Skip to content

Commit 9c3085b

Browse files
committed
perf: change nec vnc port 15900
1 parent e04774a commit 9c3085b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/nec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
env_file:
1010
- ${CONFIG_FILE}
1111
ports:
12-
- ${NEC_VNC_PORT:-15900}:5900
12+
- ${NEC_VNC_PORT:-15900}:15900
1313
volumes:
1414
- ${CONFIG_DIR}/certs:/opt/nec/data/certs
1515
- ${VOLUME_DIR}/nec/data:/opt/nec/data

0 commit comments

Comments
 (0)