mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-20 04:42:33 +02:00
fix: container permission
This commit is contained in:
parent
e23136f70f
commit
7971473c4e
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue