mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 07:46:20 +00:00
Update plasma compose to use build
This commit is contained in:
parent
84a85d673b
commit
b0231dfed2
4 changed files with 14 additions and 9 deletions
|
|
@ -3,6 +3,8 @@ services:
|
|||
image: myvnc/webtop:plasma
|
||||
container_name: kdeplasma
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||
networks:
|
||||
|
|
@ -26,12 +28,13 @@ services:
|
|||
environment:
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_KDEPLASMA_CUSTOM_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_KDEPLASMA_PROXYPATH}
|
||||
MYVNC_VNCSHARING: false
|
||||
|
||||
MYVNC_VNCLISTEN_HOST: kdeplasma
|
||||
MYVNC_VNCLISTEN_PORT: 5900
|
||||
MYVNC_VNCSHARING: false
|
||||
networks:
|
||||
- kdeplasma
|
||||
|
||||
networks:
|
||||
kdeplasma:
|
||||
external: false
|
||||
external: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue