Skip to content

Commit ede3fbb

Browse files
committed
update docker-compose
1 parent d2320ce commit ede3fbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: '3'
22
services:
3-
redis:
3+
redis4proxypool:
44
image: redis:alpine
5-
container_name: redis
5+
container_name: redis4proxypool
66
command: redis-server
77
ports:
88
- "6379:6379"
9-
restart: always
9+
# restart: always
1010
proxypool:
1111
build: .
1212
image: 'germey/proxypool'
@@ -17,4 +17,4 @@ services:
1717
volumes:
1818
- /tmp/proxypool/crawlers/private:/app/proxypool/crawlers/private
1919
environment:
20-
REDIS_HOST: redis
20+
REDIS_HOST: redis4proxypool

0 commit comments

Comments
 (0)