TEST: Complex docker-compose rework. Not tested yet
This commit is contained in:
@@ -8,4 +8,9 @@ services:
|
||||
volumes:
|
||||
- ${PORTAINER_DATA}:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:9000/api/status"]
|
||||
interval: 1m
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
Reference in New Issue
Block a user