sda
This commit is contained in:
parent
baf2b20a66
commit
b590f3ae19
1 changed files with 6 additions and 0 deletions
|
|
@ -96,6 +96,12 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 6980:6980
|
- 6980:6980
|
||||||
restart: always
|
restart: always
|
||||||
|
healthcheck: # <- if on a qnap nas, the default health check will not work for you, domain name is the container_name
|
||||||
|
test: [ "CMD-SHELL", "curl -f http://namer:6980/api/healthcheck || exit 1" ]
|
||||||
|
interval: 1m
|
||||||
|
timeout: 30s
|
||||||
|
# retries: 3
|
||||||
|
# start_period: 40s
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- homepage.group=Green Door
|
- homepage.group=Green Door
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue