|
|
|
@ -50,16 +50,16 @@ services:
|
|
|
|
|
- ${config}:/config
|
|
|
|
|
ports:
|
|
|
|
|
- ${port}:3000
|
|
|
|
|
shm_size: "1gb" #optional
|
|
|
|
|
#shm_size: "1gb" #optional
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
labels:
|
|
|
|
|
plugsy.name: "WebTop"
|
|
|
|
|
plugsy.name: "Virtual Desktop"
|
|
|
|
|
plugsy.category: "Home"
|
|
|
|
|
plugsy.icon: "@styled-icons/icomoon/Windows"
|
|
|
|
|
plugsy.link: "http://${LAN_IP}:${port}"
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
docker-compose up -d
|
|
|
|
|
docker-compose -f /opt/docker2/compose/webtop/docker-compose.yml up -d
|
|
|
|
|
|
|
|
|
|
# Add a new list option to the "shortcutmenu" configuration file
|
|
|
|
|
uci add shortcutmenu lists
|
|
|
|
|