fix whitespace
This commit is contained in:
@@ -12,7 +12,14 @@ services:
|
||||
- /opt/pgadmin/var:/var/lib/pgadmin
|
||||
- /opt/pgadmin/log:/var/log/pgadmin
|
||||
healthcheck:
|
||||
test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost/misc/ping"]
|
||||
test:
|
||||
[
|
||||
"CMD",
|
||||
"wget",
|
||||
"--no-verbose",
|
||||
"--spider",
|
||||
"http://localhost/misc/ping",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user