Update docker-compose.yml
All checks were successful
CI / validateComposeSyntax (push) Successful in 23s

This commit is contained in:
LRVT
2025-11-21 23:36:10 +01:00
committed by GitHub
parent 0dd404b61c
commit f714444efa

View File

@@ -25,7 +25,7 @@ services:
- ./.env
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/staticfiles:/opt/recipes/staticfiles
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/nginx_config:/opt/recipes/nginx/conf.d
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/nginx_config:/opt/recipes/nginx/conf.d
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/mediafiles:/opt/recipes/mediafiles
depends_on:
- db_recipes