Skip to content

Commit 08054f7

Browse files
committed
rm volumes
1 parent ede3fbb commit 08054f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ services:
66
command: redis-server
77
ports:
88
- "6379:6379"
9-
# restart: always
9+
# restart: always
1010
proxypool:
1111
build: .
1212
image: 'germey/proxypool'
1313
container_name: proxypool
1414
ports:
1515
- "5555:5555"
1616
restart: always
17-
volumes:
18-
- /tmp/proxypool/crawlers/private:/app/proxypool/crawlers/private
17+
# volumes:
18+
# - proxypool/crawlers/private:/app/proxypool/crawlers/private
1919
environment:
2020
REDIS_HOST: redis4proxypool

0 commit comments

Comments
 (0)