Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Help-Wanted] How to run chrome in docker like jlesage/firefox #229

Open
xiongjiamu opened this issue Jun 13, 2023 · 0 comments
Open

[Help-Wanted] How to run chrome in docker like jlesage/firefox #229

xiongjiamu opened this issue Jun 13, 2023 · 0 comments

Comments

@xiongjiamu
Copy link

HI, guys

I am not very familiar to this project yet, my intention is run a docker version chrome on my server, like the jlesage/firefox works with this docker-compse below:

version: '3.3'
services:
    firefox:
        container_name: firefox
        ports:
            - '8081:5800'
        volumes:
            - '/docker/appdata/firefox:/config:rw'
        image: 'jlesage/firefox:latest'

I tried this example docker-compose file https://github.com/Zenika/alpine-chrome/blob/master/examples/docker-compose/docker-compose.yml , but it didn't worked out, can anyone help me, thanks ~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant