1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:49 +02:00

update splash

This commit is contained in:
kev 2019-02-21 16:02:31 +08:00
parent 5540ae7029
commit 2963ce946c
2 changed files with 2 additions and 6 deletions

View File

@ -11,12 +11,10 @@ It's fast, lightweight and state-less which makes it easy to distribute.
```yaml
splash:
image: scrapinghub/splash
image: scrapinghub/splash:3.3
command: --maxrss 4096 --max-timeout 300
ports:
- "8050:8050"
- "8051:8051"
- "5023:5023"
volumes:
- ./data/filters:/etc/splash/filters
- ./data/js-profiles:/etc/splash/js-profiles

View File

@ -1,10 +1,8 @@
splash:
image: scrapinghub/splash
image: scrapinghub/splash:3.3
command: --maxrss 4096 --max-timeout 300
ports:
- "8050:8050"
- "8051:8051"
- "5023:5023"
volumes:
- ./data/filters:/etc/splash/filters
- ./data/js-profiles:/etc/splash/js-profiles