Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ services:
depends_on:
- hub
ports:
# VNC: See what's going on by connecting your VNC client to 0.0.0.0:5901
# VNC: See what's going on by connecting your VNC client to 0.0.0.0:5900
- 5900:25900
# noVNC: See what's going on by hitting http://0.0.0.0:6081 in your browser
# noVNC: See what's going on by hitting http://0.0.0.0:6080 in your browser
- 6080:26080
volumes:
- /dev/shm:/dev/shm
Expand All @@ -58,10 +58,10 @@ services:
depends_on:
- hub
ports:
# VNC: See what's going on by connecting your VNC client to 0.0.0.0:5900
- 5901:25901
# noVNC: See what's going on by hitting http://0.0.0.0:6080 in your browser
- 6081:26081
# VNC: See what's going on by connecting your VNC client to 0.0.0.0:5901
- 5901:25900
# noVNC: See what's going on by hitting http://0.0.0.0:6081 in your browser
- 6081:26080
volumes:
- /dev/shm:/dev/shm
privileged: true
Expand Down