2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
This commit is contained in:
kev
2019-11-09 00:37:37 +08:00
parent 0b0f664d21
commit 81840a6ab9
4 changed files with 50 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ to.
```yaml
browserless:
image: browserless/chrome
image: browserless/chrome:1-chrome-stable
ports:
- "3000:3000"
environment:

View File

@@ -1,5 +1,5 @@
browserless:
image: browserless/chrome
image: browserless/chrome:1-chrome-stable
ports:
- "3000:3000"
environment:

View File

@@ -1,7 +1,9 @@
version: '3.5'
version: '3.7'
services:
browserless:
image: browserless/chrome:latest
image: browserless/chrome:1-chrome-stable
ports:
- "3000:3000"
environment:
@@ -18,6 +20,7 @@ services:
replicas: 56
restart_policy:
condition: on-failure
networks:
default:
ipam: