fix whitespace
This commit is contained in:
@@ -14,12 +14,12 @@ services:
|
||||
volumes:
|
||||
- /opt/dsmr/backups:/home/dsmr/app/backups
|
||||
healthcheck:
|
||||
# Checks if the dashboard login page loads successfully
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:80 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
# Checks if the dashboard login page loads successfully
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:80 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
start_period: 60s
|
||||
|
||||
dsmrdb:
|
||||
container_name: dsmrdb
|
||||
|
||||
Reference in New Issue
Block a user