Skip to content

Commit d618378

Browse files
committed
fix(compose): fix YAML escape in iredmail LAN healthcheck (backslash-pipe)
1 parent 3d24238 commit d618378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.lan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ services:
9595
ldap:
9696
condition: service_healthy
9797
healthcheck:
98-
test: ["CMD-SHELL", "curl -sf http://localhost/mail/ | grep -qi 'roundcube\|login'"]
98+
test: ["CMD-SHELL", "curl -sf http://localhost/mail/ | grep -qiE 'roundcube|login'"]
9999
interval: 30s
100100
timeout: 15s
101101
retries: 10

0 commit comments

Comments
 (0)