2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01: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 # https://docs.browserless.io/Docker/docker
# #
version: "3.8"
services: services:
browserless: browserless:
image: ghcr.io/browserless/chromium:v2.23.0 image: ghcr.io/browserless/chromium:v2.24.2
ports: ports:
- "3000:3000" - "3000:3000"
environment: environment:

View File

@@ -1,7 +1,7 @@
version: "3.8" version: "3.8"
services: services:
sws: sws:
image: joseluisq/static-web-server:2 image: ghcr.io/static-web-server/static-web-server:2-alpine
ports: ports:
- "8000:8000" - "8000:8000"
volumes: volumes:
@@ -12,4 +12,7 @@ services:
- SERVER_DIRECTORY_LISTING_ORDER=0 - SERVER_DIRECTORY_LISTING_ORDER=0
- SERVER_PORT=8000 - SERVER_PORT=8000
- SERVER_ROOT=/data - SERVER_ROOT=/data
- SERVER_LOG_LEVEL=info
- SERVER_LOG_REMOTE_ADDRESS=true
- SERVER_LOG_FORWARDED_FOR=true
restart: unless-stopped restart: unless-stopped