diff --git a/komodo/mastodon/compose.yaml b/komodo/mastodon/compose.yaml index 4eaf8ad..1c98232 100644 --- a/komodo/mastodon/compose.yaml +++ b/komodo/mastodon/compose.yaml @@ -45,9 +45,11 @@ services: NO_CHOWN: "${NO_CHOWN}" MASTODON_PROMETHEUS_EXPORTER_ENABLED: "${MASTODON_PROMETHEUS_EXPORTER_ENABLED}" volumes: - - "${CONFIG_PATH}:/config" + - mastodon:/config" ports: - "${PORT_HTTP:-80}:80" - "${PORT_HTTPS:-443}:443" - "${PORT_PROMETHEUS:-9394}:9394" - restart: unless-stopped \ No newline at end of file + restart: unless-stopped +volumes: + mastodon: \ No newline at end of file