mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
docs: Use CMD-SHELL for healthcheck in docker compose (#6480)
Fixes a bug found by customer.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user