Skip to content

Conversation

@QuantumDevCoder
Copy link

No description provided.

@QuantumDevCoder
Copy link
Author

Example Of Hosting Via Dockerfile (Not Compose)
image

@QuantumDevCoder
Copy link
Author

image

@MRColorR MRColorR added the enhancement New feature or request label Nov 21, 2025
@QuantumDevCoder
Copy link
Author

QuantumDevCoder commented Nov 21, 2025

Final Chrome compose file:

version: "3.9"

services:
  vnc-browser:
    container_name: vnc-browser
    image: systemcube/chrome:latest
    ports:
      - "5900:5900"
      - "6080:6080"
    environment:
      CUSTOMIZE: "false"
      VNC_PASSWORD: "mypassword"
    restart: unless-stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants