Skip to content

Commit f714444

Browse files
authored
Update docker-compose.yml
1 parent 0dd404b commit f714444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tandoor/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- ./.env
2626
volumes:
2727
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/staticfiles:/opt/recipes/staticfiles
28-
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/nginx_config:/opt/recipes/nginx/conf.d
28+
#- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/nginx_config:/opt/recipes/nginx/conf.d
2929
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/tandoor/mediafiles:/opt/recipes/mediafiles
3030
depends_on:
3131
- db_recipes

0 commit comments

Comments
 (0)