docker: fix compose dependency

This commit is contained in:
Zankaria 2024-12-06 21:33:17 +01:00
parent 5ec59a9a0f
commit 399e33c97a

View file

@ -7,7 +7,7 @@ services:
ports: ports:
- "9091:80" - "9091:80"
depends_on: depends_on:
- leftypol-db - db
volumes: volumes:
- ./local-instances/${INSTANCE:-0}/www:/var/www/html - ./local-instances/${INSTANCE:-0}/www:/var/www/html
- ./docker/nginx/leftypol.conf:/etc/nginx/conf.d/default.conf - ./docker/nginx/leftypol.conf:/etc/nginx/conf.d/default.conf