mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
18 lines
No EOL
440 B
YAML
18 lines
No EOL
440 B
YAML
services:
|
|
remmina:
|
|
image: myvnc/remmina
|
|
container_name: remmina
|
|
restart: unless-stopped
|
|
ports:
|
|
- ${MYVNC_REMMINA_PORT}:6900
|
|
environment:
|
|
MYVNC_CUSTOM_TITLE: ${MYVNC_REMMINA_CUSTOM_TITLE}
|
|
MYVNC_VNCPASS: ${MYVNC_REMMINA_VNCPASS}
|
|
MYVNC_PROXYPATH: ${MYVNC_REMMINA_PROXYPATH}
|
|
MYVNC_VNCSHARING: ${MYVNC_REMMINA_VNCSHARING}
|
|
networks:
|
|
- remmina
|
|
|
|
networks:
|
|
remmina:
|
|
external: false |