mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 00:34:26 +01:00
Change settings
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
0f7df1997f
commit
ced832d359
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user