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:
|
||||
- 6980:6980
|
||||
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:
|
||||
labels:
|
||||
- homepage.group=Green Door
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue