remove healthcheck from portainer. image was built from scratch so it doesn't even have curl.
This commit is contained in:
@@ -37,13 +37,6 @@ services:
|
|||||||
# cpus: '0.2'
|
# cpus: '0.2'
|
||||||
memory: 32M
|
memory: 32M
|
||||||
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-If", "http://localhost:9000"]
|
|
||||||
interval: 1m30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 20s
|
|
||||||
|
|
||||||
logging:
|
logging:
|
||||||
driver: fluentd
|
driver: fluentd
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user