Use correct mount path.
This commit is contained in:
parent
fedbcc0735
commit
42d1e3d87c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue