mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-03-17 20:58:14 +02:00
update browserless
This commit is contained in:
parent
db8e84aee7
commit
b43a0d0712
@ -2,10 +2,9 @@
|
||||
# https://docs.browserless.io/Docker/docker
|
||||
#
|
||||
|
||||
version: "3.8"
|
||||
services:
|
||||
browserless:
|
||||
image: ghcr.io/browserless/chromium:v2.23.0
|
||||
image: ghcr.io/browserless/chromium:v2.24.2
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
|
@ -1,7 +1,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
sws:
|
||||
image: joseluisq/static-web-server:2
|
||||
image: ghcr.io/static-web-server/static-web-server:2-alpine
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
@ -12,4 +12,7 @@ services:
|
||||
- SERVER_DIRECTORY_LISTING_ORDER=0
|
||||
- SERVER_PORT=8000
|
||||
- SERVER_ROOT=/data
|
||||
- SERVER_LOG_LEVEL=info
|
||||
- SERVER_LOG_REMOTE_ADDRESS=true
|
||||
- SERVER_LOG_FORWARDED_FOR=true
|
||||
restart: unless-stopped
|
||||
|
Loading…
x
Reference in New Issue
Block a user