healthcheck test tag
This commit is contained in:
@@ -60,7 +60,8 @@ services:
|
|||||||
- /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
- /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# - ./deployment/mysql.cnf:/etc/mysql/conf.d
|
# - ./deployment/mysql.cnf:/etc/mysql/conf.d
|
||||||
healthcheck: ["etherpad-healthcheck"]
|
healthcheck:
|
||||||
|
test: ["etherpad-healthcheck"]
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
interval: 30s
|
interval: 30s
|
||||||
retries: 30
|
retries: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user