1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-03-17 20:58:14 +02:00

update browserless

This commit is contained in:
kev 2025-01-24 12:16:42 +08:00
parent db8e84aee7
commit b43a0d0712
2 changed files with 5 additions and 3 deletions

View File

@ -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:

View File

@ -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