Korrektur
This commit is contained in:
parent
17e78f7c22
commit
5a17cfa97c
|
|
@ -24,3 +24,8 @@ services:
|
|||
resources:
|
||||
limits:
|
||||
memory: 256M
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -q --spider http://localhost:8090 || exit 1"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
Loading…
Reference in New Issue