Update README.md
All checks were successful
Weekly Docker Build / build (arm64) (push) Successful in 18s
Weekly Docker Build / build (amd64) (push) Successful in 23s
Weekly Docker Build / amend-manifest (push) Successful in 4s

This commit is contained in:
2025-09-07 10:50:19 +07:00
parent 87880f1f26
commit d373ec829c

View File

@@ -31,11 +31,23 @@ services:
2. **Chỉnh sửa cấu hình Privoxy:**
- Copy file cấu hình mẫu từ container (nếu cần):
- Tạo file `privoxy/config` với cấu hình mặc định
```
listen-address 0.0.0.0:8118
toggle 1
enable-remote-toggle 0
enable-edit-actions 0
enforce-blocks 1
buffer-limit 4096
logfile /dev/stdout
```
- Hoặc copy file cấu hình mẫu từ container (nếu chưa mount config folder):
```sh
docker cp privoxy:/etc/privoxy/config ./privoxy/config
```
- Hoặc tự tạo file `config` trong thư mục `privoxy`.
3. **Chạy dịch vụ:**
@@ -50,4 +62,4 @@ services:
## Thông tin thêm
- Image được build định kỳ hàng tuần và hỗ trợ đa kiến trúc (amd64, arm64).
- Để build hoặc push image, xem file `.gitea/workflows/build-docker.yml`.
- Để build hoặc push image, xem file [build-docker.yml](.gitea/workflows/build-docker.yml).