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