mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
if web starts first without app, nginx will quit
This commit is contained in:
committed by
Samuel Laulhau
parent
af98f696b9
commit
26a71f7f1f
@@ -43,6 +43,8 @@ services:
|
||||
- public:/var/www/app/public
|
||||
expose: # Expose ports without publishing them to the host machine - they’ll only be accessible to linked services.
|
||||
- "80"
|
||||
depends_on:
|
||||
- app
|
||||
ports: # Delete if you want to use reverse proxy
|
||||
- 8000:80
|
||||
networks:
|
||||
@@ -67,4 +69,4 @@ services:
|
||||
done
|
||||
EOF'
|
||||
networks:
|
||||
- default
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user