mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Update plasma/docker-compose.yaml
This commit is contained in:
parent
8bed8a0558
commit
f4d4745a3b
1 changed files with 4 additions and 2 deletions
|
|
@ -6,6 +6,9 @@ services:
|
|||
shm_size: 2gb
|
||||
environment:
|
||||
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
|
||||
networks:
|
||||
- kdeplasma
|
||||
# Optional
|
||||
deploy:
|
||||
resources:
|
||||
reservations:
|
||||
|
|
@ -14,8 +17,6 @@ services:
|
|||
count: all
|
||||
capabilities:
|
||||
- gpu
|
||||
networks:
|
||||
- kdeplasma
|
||||
kdeplasma-novnc:
|
||||
image: myvnc/base
|
||||
container_name: kdeplasma-novnc
|
||||
|
|
@ -30,6 +31,7 @@ services:
|
|||
MYVNC_VNCSHARING: false
|
||||
networks:
|
||||
- kdeplasma
|
||||
|
||||
networks:
|
||||
novnc:
|
||||
external: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue