Title logo
linuxserver/mastodon.

97,456 59 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/mastodon
Build Time 18 Apr 2024 11:04:03
Base Image lsiobase/alpine-nginx
Category Social
Synchronised Yes
Stable Yes
Deprecated No

Support Information

External links and support

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 4.2.8 18 Apr 2024 at 11:04:02

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  mastodon:
    image: linuxserver/mastodon:4.2.8
    container_name: mastodon
    restart: no

CLI

docker create \
  --name=mastodon \  --restart no \
  linuxserver/mastodon:4.2.8