We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d24238 commit d618378Copy full SHA for d618378
1 file changed
docker/docker-compose.lan.yml
@@ -95,7 +95,7 @@ services:
95
ldap:
96
condition: service_healthy
97
healthcheck:
98
- test: ["CMD-SHELL", "curl -sf http://localhost/mail/ | grep -qi 'roundcube\|login'"]
+ test: ["CMD-SHELL", "curl -sf http://localhost/mail/ | grep -qiE 'roundcube|login'"]
99
interval: 30s
100
timeout: 15s
101
retries: 10
0 commit comments