2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-05 04:15:27 +01:00

add 3proxy

This commit is contained in:
kev
2023-04-18 14:52:22 +08:00
parent f2ef0697a6
commit 0f6cd4ec73
5 changed files with 29 additions and 0 deletions

11
3proxy/docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
verson: "3.8"
services:
3proxy:
image: 3proxy/3proxy
ports:
- "1080:1080"
- "3128:3128"
volumes:
- ./data/etc:/etc/3proxy
- ./data/log:/var/log/3proxy
restart: unless-stopped