Add user configuration to Docker service in README.md
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user