Add user configuration to Docker service in README.md
All checks were successful
Weekly Docker Build / build (arm64) (push) Successful in 9s
Weekly Docker Build / build (amd64) (push) Successful in 15s
Weekly Docker Build / amend-manifest (push) Successful in 5s

This commit is contained in:
thuanle
2025-07-11 12:26:08 +07:00
parent e34337e6cc
commit 9469bedd1e

View File

@@ -13,6 +13,7 @@ services:
- "8118:8118" - "8118:8118"
volumes: volumes:
- ./privoxy:/etc/privoxy - ./privoxy:/etc/privoxy
user: "1000:1000" # 👈 Set user theo số
restart: unless-stopped restart: unless-stopped
labels: labels:
- "com.centurylinklabs.watchtower.enable=true" # Cho phép Watchtower tự động cập nhật container này - "com.centurylinklabs.watchtower.enable=true" # Cho phép Watchtower tự động cập nhật container này