From 2963ce946c82e5abafb292dba5f91c69f58cb299 Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 21 Feb 2019 16:02:31 +0800 Subject: [PATCH] update splash --- splash/README.md | 4 +--- splash/docker-compose.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/splash/README.md b/splash/README.md index 275d842..018a1f4 100644 --- a/splash/README.md +++ b/splash/README.md @@ -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 diff --git a/splash/docker-compose.yml b/splash/docker-compose.yml index 633ffd9..35ff8f2 100644 --- a/splash/docker-compose.yml +++ b/splash/docker-compose.yml @@ -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