Adjustments

This commit is contained in:
Raphaël Numbus
2026-01-18 11:09:30 +01:00
parent 856faf21c5
commit 53ab767c77
6 changed files with 23 additions and 8 deletions
-1
View File
@@ -22,7 +22,6 @@ in
gitea_backend:
volumes:
- ${config_dir}:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
- USER_UID=1000
+1 -2
View File
@@ -49,7 +49,6 @@ in
volumes:
- ${config_dir}:/etc/pihole
cap_add:
- NET_ADMIN
- SYS_NICE
labels:
- traefik.enable=true
@@ -75,7 +74,7 @@ in
serviceConfig = {
User = "numbus-admin";
Environment = [ "XDG_RUNTIME_DIR=/run/user/1000" ];
AmbientCapabilities = "CAP_NET_ADMIN CAP_SYS_NICE";
AmbientCapabilities = "CAP_SYS_NICE";
LimitNICE = -20;
Type = "exec";
# Pull the latest image before running