Skip to content

Commit 3884b66

Browse files
authored
🔥 optimize: remove redundant command (#114)
1 parent 216c58f commit 3884b66

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
version: '3'
1+
version: "3"
22
services:
33
redis4proxypool:
44
image: redis:alpine
55
container_name: redis4proxypool
6-
command: redis-server
76
ports:
87
- "6374:6379"
98
# restart: always
109
proxypool:
1110
build: .
12-
image: 'germey/proxypool'
11+
image: "germey/proxypool"
1312
container_name: proxypool
1413
ports:
1514
- "5555:5555"
1615
restart: always
1716
# volumes:
1817
# - proxypool/crawlers/private:/app/proxypool/crawlers/private
1918
environment:
20-
REDIS_HOST: redis4proxypool
19+
REDIS_HOST: redis4proxypool

0 commit comments

Comments
 (0)