mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Add remmina/docker-compose.yaml
This commit is contained in:
parent
bf6a5efd5f
commit
aa09de5faa
1 changed files with 18 additions and 0 deletions
18
remmina/docker-compose.yaml
Normal file
18
remmina/docker-compose.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue