healthcheck test tag

This commit is contained in:
2022-12-31 14:57:43 +01:00
parent 0e0aeee5f0
commit 851c10c274

View File

@@ -60,7 +60,8 @@ services:
- /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
restart: unless-stopped
# - ./deployment/mysql.cnf:/etc/mysql/conf.d
healthcheck: ["etherpad-healthcheck"]
healthcheck:
test: ["etherpad-healthcheck"]
timeout: 30s
interval: 30s
retries: 30