docs: Add init: true to compose sample (#8258)

Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
Jamil
2025-02-24 23:33:38 -08:00
committed by GitHub
parent 48030f68d7
commit 06c51f6840

View File

@@ -42,6 +42,8 @@ services:
- /var/lib/firezone:/var/lib/firezone
cap_add:
- NET_ADMIN
# Needed to properly handle signals for restarting
init: true
sysctls:
# Enable IP forwarding
- net.ipv4.ip_forward=1