Added monica nginx config

This commit is contained in:
Jef Roosens 2021-04-23 22:41:03 +02:00
parent f0e5e83c19
commit e5b35867bf
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
2 changed files with 26 additions and 1 deletions

View file

@ -6,7 +6,7 @@ services:
restart: 'always'
healthcheck:
test: 'curl -f localhost:8080 || exit 1'
test: 'curl -f localhost:80 || exit 1'
interval: '1m'
timeout: '10s'
retries: 3