Update docker-compose-warp.yml

Update Solution to open tun operation not permitted
This commit is contained in:
hl128k 2024-12-09 09:43:11 +08:00 committed by GitHub
parent d837c0ad64
commit 64e5ce51ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,8 @@ services:
image: caomingjun/warp
container_name: warp
restart: always
devices:
- /dev/net/tun:/dev/net/tun
environment:
- WARP_SLEEP=5
cap_add: