forked from leftypol/leftypol
docker: fix compose dependency
This commit is contained in:
parent
5ec59a9a0f
commit
399e33c97a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue