1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-06 22:23:10 +02:00

update scrapyd

This commit is contained in:
kev
2020-05-26 18:24:55 +08:00
parent 8eac19f9f5
commit 01dc8560e1
3 changed files with 13 additions and 13 deletions

View File

@ -4,5 +4,5 @@ scrapyd:
- "6800:6800"
volumes:
- ./data:/var/lib/scrapyd
- /usr/local/lib/python3.4/dist-packages
restart: always
- /usr/local/lib/python3.7/dist-packages
restart: unless-stopped