Skip to content

Commit

Permalink
Change VNC port used for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlensky committed Nov 23, 2024
1 parent ea52fde commit 7e8819b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ services:
context: .
dockerfile: tests/Dockerfile
ports:
- 5914:5914 # VNC server port
- 5911:5911 # VNC server port
volumes:
- swayvnc-wayvnc-certs:/certs
- ./tests:/app/tests
- ./scripts:/app/scripts
environment:
- RENDER_GROUP_GID=107 # replace with GID of the group which owns the /dev/dri/renderD128 device
- SWAY_RESOLUTION=1920x1080
- WAYVNC_PORT=5914
- WAYVNC_PORT=5911
- WAYVNC_ENABLE_AUTH=true
- WAYVNC_USERNAME=wayvnc
- WAYVNC_PASSWORD=wayvnc
Expand Down

0 comments on commit 7e8819b

Please sign in to comment.