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
|
- db
|
||||||
- redis
|
- redis
|
||||||
volumes:
|
volumes:
|
||||||
- ./mastodon:/my-mastodon
|
- ./mastodon:/opt/my-mastodon
|
||||||
|
|
||||||
streaming:
|
streaming:
|
||||||
container_name: mastodon-streaming
|
container_name: mastodon-streaming
|
||||||
|
@ -62,7 +62,7 @@ services:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
- wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1
|
- wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1
|
||||||
volumes:
|
volumes:
|
||||||
- ./mastodon:/my-mastodon
|
- ./mastodon:/opt/my-mastodon
|
||||||
|
|
||||||
sidekiq:
|
sidekiq:
|
||||||
container_name: mastodon-sidekiq
|
container_name: mastodon-sidekiq
|
||||||
|
@ -81,7 +81,7 @@ services:
|
||||||
- CMD-SHELL
|
- CMD-SHELL
|
||||||
- ps aux | grep '[s]idekiq 6' || false
|
- ps aux | grep '[s]idekiq 6' || false
|
||||||
volumes:
|
volumes:
|
||||||
- ./mastodon:/my-mastodon
|
- ./mastodon:/opt/my-mastodon
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
container_name: mastodon-nginx
|
container_name: mastodon-nginx
|
||||||
|
|
Loading…
Reference in a new issue