Gernal refactoring

This commit is contained in:
Alicia Sykes
2021-06-14 20:46:59 +01:00
parent bc77fbdb71
commit 62c79527f2
5 changed files with 13 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ services:
# - GID=1000
restart: unless-stopped
healthcheck:
test: ['CMD', 'node', '/app/bin/healthcheck']
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3