mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
upgrade splash to 3.5.0
This commit is contained in:
parent
e883e2d83b
commit
33aefb01c1
@ -10,12 +10,12 @@ It's fast, lightweight and state-less which makes it easy to distribute.
|
||||
## docker-compose.yml
|
||||
|
||||
```yaml
|
||||
version: '3.7'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
splash:
|
||||
image: scrapinghub/splash:3.4
|
||||
image: scrapinghub/splash:3.5.0
|
||||
command: --maxrss 2048 --max-timeout 300 --disable-lua-sandbox --verbosity 1
|
||||
ports:
|
||||
- "8050:8050"
|
||||
|
@ -1,9 +1,9 @@
|
||||
version: '3.7'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
|
||||
splash:
|
||||
image: scrapinghub/splash:3.4
|
||||
image: scrapinghub/splash:3.5.0
|
||||
command: --maxrss 2048 --max-timeout 300 --disable-lua-sandbox --verbosity 1
|
||||
ports:
|
||||
- "8050:8050"
|
||||
|
@ -1,8 +1,8 @@
|
||||
version: '3.7'
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
splash:
|
||||
image: scrapinghub/splash:3.4
|
||||
image: scrapinghub/splash:3.5.0
|
||||
command: --maxrss 2048 --max-timeout 300 --disable-lua-sandbox --verbosity 1
|
||||
ports:
|
||||
- "8050:8050"
|
||||
|
@ -1,2 +0,0 @@
|
||||
log
|
||||
acc
|
Loading…
Reference in New Issue
Block a user