Update komodo/mastodon/compose.yaml

This commit is contained in:
2026-01-19 02:51:59 +00:00
parent 62132b7f53
commit bba575c2d0

View File

@@ -45,9 +45,11 @@ services:
NO_CHOWN: "${NO_CHOWN}" NO_CHOWN: "${NO_CHOWN}"
MASTODON_PROMETHEUS_EXPORTER_ENABLED: "${MASTODON_PROMETHEUS_EXPORTER_ENABLED}" MASTODON_PROMETHEUS_EXPORTER_ENABLED: "${MASTODON_PROMETHEUS_EXPORTER_ENABLED}"
volumes: volumes:
- "${CONFIG_PATH}:/config" - mastodon:/config"
ports: ports:
- "${PORT_HTTP:-80}:80" - "${PORT_HTTP:-80}:80"
- "${PORT_HTTPS:-443}:443" - "${PORT_HTTPS:-443}:443"
- "${PORT_PROMETHEUS:-9394}:9394" - "${PORT_PROMETHEUS:-9394}:9394"
restart: unless-stopped restart: unless-stopped
volumes:
mastodon: