Update docker-compose.yml
Deploy ru-vps / deploy (push) Failing after 29s

This commit is contained in:
Dmitry
2026-06-08 19:06:50 +03:00
parent 39bdb810a2
commit ab9d07c379
+10 -10
View File
@@ -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