fix: container permission

This commit is contained in:
yusing 2025-04-28 04:31:51 +08:00
parent e23136f70f
commit 7971473c4e

View file

@ -64,6 +64,8 @@ services:
- no-new-privileges:true
cap_drop:
- all
cap_add:
- NET_BIND_SERVICE
environment:
- DOCKER_HOST=tcp://${SOCKET_PROXY_LISTEN_ADDR:-127.0.0.1}:2375
volumes: