docs: Use CMD-SHELL for healthcheck in docker compose (#6480)

Fixes a bug found by customer.
This commit is contained in:
Jamil
2024-08-29 12:36:59 -07:00
committed by GitHub
parent 572c5671d0
commit a46f5912a0

View File

@@ -50,7 +50,7 @@ services:
- net.ipv6.conf.all.forwarding=1
- net.ipv6.conf.default.forwarding=1
healthcheck:
test: ["CMD", "ip", "link", "|", "grep", "tun-firezone"]
test: ["CMD-SHELL", "ip link | grep tun-firezone"]
interval: 5s
timeout: 10s
retries: 3