~修复docker相关bug

This commit is contained in:
juewuy
2026-02-08 18:25:47 +08:00
parent fc1c3c4415
commit 053f05d394
3 changed files with 4 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ services:
devices:
- "/dev/net/tun:/dev/net/tun"
sysctls:
net.ipv4.ip_forward: 1
- net.ipv4.ip_forward: 1
# - net.ipv6.conf.all.forwarding=1
volumes:
- shellcrash_configs:/etc/ShellCrash/configs:rw
restart: unless-stopped