Skip to content

Commit 03b099f

Browse files
committed
Update VNC port configuration from 5900 to 5901
Modified Dockerfile and Dockerfile.arm64 to use port 5901 for VNC service maintaining consistency with supervisord.conf and docker-compose.yml configurations.
1 parent e4a3f84 commit 03b099f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ ENV RESOLUTION_HEIGHT=1080
8080
RUN mkdir -p /var/log/supervisor
8181
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
8282

83-
EXPOSE 7788 6080 5900
83+
EXPOSE 7788 6080 5901
8484

8585
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

Dockerfile.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ ENV RESOLUTION_HEIGHT=1080
8080
RUN mkdir -p /var/log/supervisor
8181
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
8282

83-
EXPOSE 7788 6080 5900
83+
EXPOSE 7788 6080 5901
8484

8585
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 commit comments

Comments
 (0)