Use correct mount path.

This commit is contained in:
Sunoru 2024-03-28 23:58:22 +00:00
parent fedbcc0735
commit 42d1e3d87c
No known key found for this signature in database
GPG key ID: 4F279F385559D05D

View file

@ -43,7 +43,7 @@ services:
- db
- redis
volumes:
- ./mastodon:/my-mastodon
- ./mastodon:/opt/my-mastodon
streaming:
container_name: mastodon-streaming
@ -62,7 +62,7 @@ services:
- CMD-SHELL
- wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1
volumes:
- ./mastodon:/my-mastodon
- ./mastodon:/opt/my-mastodon
sidekiq:
container_name: mastodon-sidekiq
@ -81,7 +81,7 @@ services:
- CMD-SHELL
- ps aux | grep '[s]idekiq 6' || false
volumes:
- ./mastodon:/my-mastodon
- ./mastodon:/opt/my-mastodon
nginx:
container_name: mastodon-nginx