We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216c58f commit 3884b66Copy full SHA for 3884b66
1 file changed
docker-compose.yml
@@ -1,20 +1,19 @@
1
-version: '3'
+version: "3"
2
services:
3
redis4proxypool:
4
image: redis:alpine
5
container_name: redis4proxypool
6
- command: redis-server
7
ports:
8
- "6374:6379"
9
# restart: always
10
proxypool:
11
build: .
12
- image: 'germey/proxypool'
+ image: "germey/proxypool"
13
container_name: proxypool
14
15
- "5555:5555"
16
restart: always
17
# volumes:
18
# - proxypool/crawlers/private:/app/proxypool/crawlers/private
19
environment:
20
- REDIS_HOST: redis4proxypool
+ REDIS_HOST: redis4proxypool
0 commit comments