use different chrome image
This commit is contained in:
+3
-3
@@ -820,14 +820,14 @@ services:
|
|||||||
caddy.reverse_proxy: "{{ upstreams 3000 }}"
|
caddy.reverse_proxy: "{{ upstreams 3000 }}"
|
||||||
|
|
||||||
chrome:
|
chrome:
|
||||||
image: gcr.io/zenika-hub/alpine-chrome:124
|
image: chromedp/headless-shell:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- --no-sandbox
|
- --no-sandbox
|
||||||
- --disable-gpu
|
- --disable-gpu
|
||||||
- --disable-dev-shm-usage
|
- --disable-dev-shm-usage
|
||||||
- --remote-debugging-address=0.0.0.0
|
# - --remote-debugging-address=0.0.0.0
|
||||||
- --remote-debugging-port=9222
|
# - --remote-debugging-port=9222
|
||||||
- --hide-scrollbars
|
- --hide-scrollbars
|
||||||
networks:
|
networks:
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user