yukinying / chrome-headless-browser-docker

Continuously building Chrome Docker image for Linux.
https://store.docker.com/community/images/yukinying/chrome-headless-browser/tags
Apache License 2.0
373 stars 53 forks source link

chrome-stable: fix port 9222 not being exposed (using a socat tunnel) #56

Closed DoLooP closed 2 months ago

DoLooP commented 2 months ago

I'm using this image in docker compose as multiple replicas. i can't expose ports using docker-compose.yml ports: - "127.0.0.1:9222:9222" because the replicas are conflicting on host port 9222.