Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

How to use "chromium-browser" command in a docker-compose.yml file #170

Closed
guorun opened this issue Mar 1, 2023 · 0 comments
Closed

How to use "chromium-browser" command in a docker-compose.yml file #170

guorun opened this issue Mar 1, 2023 · 0 comments

Comments

@guorun
Copy link

guorun commented Mar 1, 2023

Tag Question

Short summary
How Could I Use Command Lines In docker-compose.yml file? Is that right?

Detailed question

version: '3.8'
services:
  vnc:
    build: .
    container_name: vnc
    ports: 
      - 8080:5901
      - 8081:6901
    user: "0"
    environment:
      - VNC_COL_DEPTH=24
      - VNC_RESOLUTION=1280x1024
      - DEBUG=true
      - OPENBOX_ARGS=--startup "/usr/bin/entrypoint.sh"
    command: --chromium-browser="https://www.google.com"

But It do not work

@ConSol ConSol locked and limited conversation to collaborators Jul 5, 2023
@sni sni converted this issue into discussion #182 Jul 5, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant