Skip to content

Commit 5d1d572

Browse files
committed
fix(docker): remove all remaining backslash-pipe YAML escape sequences
1 parent 6c602fe commit 5d1d572

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.standalone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
networks:
4242
- odoo-s01-net
4343
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"]
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"]
4545
interval: 20s
4646
timeout: 10s
4747
retries: 10

0 commit comments

Comments
 (0)