Update plasma/docker-compose.yaml

This commit is contained in:
myve 2024-07-22 01:04:39 +00:00
commit a0162cdfa4

View file

@ -3,7 +3,6 @@ services:
image: myvnc/webtop:plasma image: myvnc/webtop:plasma
container_name: kdeplasma container_name: kdeplasma
restart: unless-stopped restart: unless-stopped
shm_size: 2gb
environment: environment:
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS} MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
networks: networks:
@ -21,6 +20,7 @@ services:
image: myvnc/base image: myvnc/base
container_name: kdeplasma-novnc container_name: kdeplasma-novnc
restart: unless-stopped restart: unless-stopped
shm_size: 2gb
ports: ports:
- ${MYVNC_KDEPLASMA_PORT}:6900 - ${MYVNC_KDEPLASMA_PORT}:6900
environment: environment: