We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c602fe commit 5d1d572Copy full SHA for 5d1d572
1 file changed
docker/docker-compose.standalone.yml
@@ -41,7 +41,7 @@ services:
41
networks:
42
- odoo-s01-net
43
healthcheck:
44
- test: ["CMD-SHELL", "curl -sf http://localhost:8069/web/health | grep -qE 'ok|pass|{' || curl -sf http://localhost:8069/ | grep -qi 'odoo\|login\|openerp' || exit 1"]
+ test: ["CMD-SHELL", "curl -sf http://localhost:8069/web/health | grep -qE 'ok|pass|{' || curl -sf http://localhost:8069/ | grep -qi 'odoo|login|openerp' || exit 1"]
45
interval: 20s
46
timeout: 10s
47
retries: 10
0 commit comments