Tweaking formatting of docker-compose file

This commit is contained in:
Vivek Santayana 2022-08-20 17:28:45 +01:00
parent 2f729de40b
commit f4642767ac
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ services:
networks:
- frontend
depends_on:
- app
app:
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
app:

View File

@ -24,7 +24,7 @@ services:
networks:
- frontend
depends_on:
- app
app:
command: "/bin/sh -c 'while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g \"daemon off;\"'"
app: