Change settings

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2024-05-18 18:34:49 +02:00
parent 0f7df1997f
commit ced832d359
No known key found for this signature in database
GPG Key ID: 15D0B1525584D383
2 changed files with 5 additions and 8 deletions

View File

@ -22,6 +22,8 @@ services:
# - qbittorrent_config:/data/qbittorrent_config:ro
# - qbittorrent_data:/data/qbittorrent_data:ro
# - uptimekuma_data:/data/uptimekuma_data:ro
networks:
- infra-network
security_opt:
- no-new-privileges:true

View File

@ -20,15 +20,10 @@ services:
- env/caddy.env
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
#cap_drop:
# - ALL
cap_add:
# - CHOWN
# - FOWNER
# - DAC_OVERRIDE
# - SETGID
# - SETUID
- NET_BIND_SERVICE
- NET_ADMIN
healthcheck:
test: pidof caddy || exit 1
interval: 120s