mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
docs: Add init: true to compose sample (#8258)
Signed-off-by: Jamil <jamilbk@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user