change back uploads to volume

This commit is contained in:
Antonio J. Delgado 2023-07-08 19:52:34 +03:00
parent 91bedc8923
commit ef51842ebb

View file

@ -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: