mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:26:21 +00:00
Add VNC sharing opt to plasma compose file
This commit is contained in:
parent
4da6f0b711
commit
fd2cb51321
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ services:
|
|||
devices:
|
||||
- driver: nvidia
|
||||
count: all
|
||||
capabilities:
|
||||
capabilities:
|
||||
- gpu
|
||||
kdeplasma-novnc:
|
||||
image: myvnc/base
|
||||
|
|
@ -28,7 +28,7 @@ services:
|
|||
environment:
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
||||
MYVNC_VNCSHARING: false
|
||||
MYVNC_VNCSHARING: ${MYVNC_KDEPLASMA_VNCSHARING}
|
||||
|
||||
MYVNC_VNCLISTEN_HOST: kdeplasma
|
||||
MYVNC_VNCLISTEN_PORT: 5900
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue