Browse Source

Start/stop nginx after manager (#133)

check-external-filesystem
Mayank Chhabra 5 years ago
committed by GitHub
parent
commit
e625f7f71d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker-compose.yml

2
docker-compose.yml

@ -27,7 +27,7 @@ services:
container_name: nginx container_name: nginx
image: nginx:1.17.8 image: nginx:1.17.8
logging: *default-logging logging: *default-logging
depends_on: [ dashboard ] depends_on: [ dashboard, manager ]
volumes: volumes:
- ${PWD}/nginx:/etc/nginx - ${PWD}/nginx:/etc/nginx
restart: unless-stopped restart: unless-stopped

Loading…
Cancel
Save