Changed port mapping to 5901
This commit is contained in:
+1
-1
@@ -46,4 +46,4 @@ RUN chmod +x ~/.xinitrc
|
|||||||
|
|
||||||
EXPOSE 5900
|
EXPOSE 5900
|
||||||
|
|
||||||
CMD ["x11vnc", "-repeat", "-forever", "-usepw", "-create"]
|
CMD ["x11vnc", "-repeat", "-forever", "-usepw", "-create"]
|
||||||
|
|||||||
+3
-1
@@ -4,5 +4,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
image: schihei/linux-integrated-environment:latest
|
image: schihei/linux-integrated-environment:latest
|
||||||
platform: linux/riscv64
|
platform: linux/riscv64
|
||||||
|
volumes:
|
||||||
|
- "./workspace:/root/workspace"
|
||||||
ports:
|
ports:
|
||||||
- 5900:5900
|
- 5901:5900
|
||||||
|
|||||||
Reference in New Issue
Block a user