Skip to content

Commit

Permalink
perf: change nec vnc port 15900
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Nov 18, 2024
1 parent e04774a commit d7fd41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/nec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file:
- ${CONFIG_FILE}
ports:
- ${NEC_VNC_PORT:-15900}:5900
- ${NEC_VNC_PORT:-15900}:15900
volumes:
- ${CONFIG_DIR}/certs:/opt/nec/data/certs
- ${VOLUME_DIR}/nec/data:/opt/nec/data
Expand Down

0 comments on commit d7fd41c

Please sign in to comment.