Title logo
linuxserver/mastodon.

148,011 89 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/mastodon
Build Time 13 Feb 2025 11:13:46
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.3.3 13 Feb 2025 at 11:13:46

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.3.3
    container_name: mastodon
    restart: no

CLI

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