change back uploads to volume
This commit is contained in:
parent
91bedc8923
commit
ef51842ebb
1 changed files with 4 additions and 4 deletions
|
@ -101,8 +101,8 @@ services:
|
||||||
- redis-volatile
|
- redis-volatile
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
volumes:
|
volumes:
|
||||||
#- uploads:/mastodon/public/system
|
- uploads:/mastodon/public/system
|
||||||
- ./public/system:/mastodon/public/system
|
#- ./public/system:/mastodon/public/system
|
||||||
|
|
||||||
shell:
|
shell:
|
||||||
image: tootsuite/mastodon:latest
|
image: tootsuite/mastodon:latest
|
||||||
|
@ -158,8 +158,8 @@ services:
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]
|
test: ['CMD-SHELL', "ps aux | grep '[s]idekiq\ 6' || false"]
|
||||||
volumes:
|
volumes:
|
||||||
#- uploads:/mastodon/public/system
|
- uploads:/mastodon/public/system
|
||||||
- ./public/system:/mastodon/public/system
|
#- ./public/system:/mastodon/public/system
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
external_network:
|
external_network:
|
||||||
|
|
Loading…
Reference in a new issue