Title logo
linuxserver/mastodon.

118,294 67 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/mastodon
Build Time 25 Jul 2024 18: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.2.10 18 Jul 2024 at 10:56:07

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

CLI

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