From ab9d07c379db4a484dba22e1ab46d8e3ecb1e8d5 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 8 Jun 2026 19:06:50 +0300 Subject: [PATCH] Update docker-compose.yml --- ru-vps/squid/docker-compose.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ru-vps/squid/docker-compose.yml b/ru-vps/squid/docker-compose.yml index 7890469..73f35d2 100644 --- a/ru-vps/squid/docker-compose.yml +++ b/ru-vps/squid/docker-compose.yml @@ -7,13 +7,13 @@ services: - ./passwd:/etc/squid/passwd:ro restart: unless-stopped - # 3proxy: - # image: 3proxy/3proxy - # network_mode: host - # environment: - # - PROXY_USER=${PROXY_USER} - # - PROXY_PASS=${PROXY_PASS} - # volumes: - # - ./entrypoint.sh:/entrypoint.sh:ro - # entrypoint: sh /entrypoint.sh - # restart: unless-stopped + 3proxy: + image: 3proxy/3proxy + network_mode: host + environment: + - PROXY_USER=${PROXY_USER} + - PROXY_PASS=${PROXY_PASS} + volumes: + - ./entrypoint.sh:/entrypoint.sh:ro + entrypoint: sh /entrypoint.sh + restart: unless-stopped