diff options
author | terminaldweller <thabogre@gmail.com> | 2023-01-28 20:24:47 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-01-28 20:24:47 +0000 |
commit | 49e73bd6db0d5947b49fab3f2c17f289b2a14f01 (patch) | |
tree | 37bb04532e33d49d1dbb02bdc5229d933eca7d14 /docker-compose-test.yaml | |
parent | hived now caches results. just trying not to exceed our quotas. (diff) | |
download | hived-49e73bd6db0d5947b49fab3f2c17f289b2a14f01.tar.gz hived-49e73bd6db0d5947b49fab3f2c17f289b2a14f01.zip |
added socks5 support for arbiter
Diffstat (limited to 'docker-compose-test.yaml')
-rw-r--r-- | docker-compose-test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml index 99d9a76..d1772fb 100644 --- a/docker-compose-test.yaml +++ b/docker-compose-test.yaml @@ -49,6 +49,7 @@ services: - ALL environment: - SERVER_DEPLOYMENT_TYPE=test + - ALL_PROXY=192.168.1.214:9995 redis: image: redis:6.2-alpine networks: |