Title logo
linuxserver/mastodon.

19,272 15 arm64 amd64

Build Information

General build information for this image

Docker Hub linuxserver/mastodon
Build Time 19 Mar 2023 17:35:07
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.1.1 16 Mar 2023 at 23:32:11

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

CLI

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