diff options
Diffstat (limited to 'docker-compose-test.yaml')
-rw-r--r-- | docker-compose-test.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index b0030bc..fa82a35 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -21,7 +21,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test - - ALL_PROXY=192.168.1.214:9995 + - HTTPS_PROXY=socks5://192.168.1.214:9995 telebot: image: telebot build: @@ -37,7 +37,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test - - ALL_PROXY=192.168.1.214:9995 + - HTTPS_PROXY=socks5://192.168.1.214:9995 arbiter: image: arbiter build: @@ -51,7 +51,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test - - ALL_PROXY=192.168.1.214:9995 + - HTTPS_PROXY=socks5://192.168.1.214:9995 redis: image: redis:6.2-alpine networks: |