1
0
mirror of https://github.com/tommytran732/Vaultwarden-Docker-Compose synced 2024-11-09 21:51:34 -05:00

Add CAP_NET_BIND_SERVICE for vaultwarden

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-04-09 05:31:32 -04:00 committed by GitHub
parent 5fff1512e2
commit 37f631524e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@ services:
- no-new-privileges:true
cap_drop:
- ALL
cap_add:
- CAP_NET_BIND_SERVICE
caddy:
image: caddy:alpine