This commit is contained in:
@@ -7,13 +7,13 @@ services:
|
|||||||
- ./passwd:/etc/squid/passwd:ro
|
- ./passwd:/etc/squid/passwd:ro
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
3proxy:
|
# 3proxy:
|
||||||
image: 3proxy/3proxy
|
# image: 3proxy/3proxy
|
||||||
network_mode: host
|
# network_mode: host
|
||||||
environment:
|
# environment:
|
||||||
- PROXY_USER=${PROXY_USER}
|
# - PROXY_USER=${PROXY_USER}
|
||||||
- PROXY_PASS=${PROXY_PASS}
|
# - PROXY_PASS=${PROXY_PASS}
|
||||||
volumes:
|
# volumes:
|
||||||
- ./entrypoint.sh:/entrypoint.sh:ro
|
# - ./entrypoint.sh:/entrypoint.sh:ro
|
||||||
entrypoint: sh /entrypoint.sh
|
# entrypoint: sh /entrypoint.sh
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user