mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-18 06:56:21 +00:00
Update compose files to rebuild with every up
This commit is contained in:
parent
8830ec73ba
commit
84a85d673b
5 changed files with 33 additions and 13 deletions
|
|
@ -11,15 +11,18 @@ services:
|
|||
ports:
|
||||
- ${MYVNC_FIREFOX_PORT}:6900
|
||||
environment:
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_FIREFOX_CUSTOM_TITLE}
|
||||
MYVNC_VNCPASS: ${MYVNC_FIREFOX_VNCPASS}
|
||||
|
||||
MYVNC_CUSTOM_TITLE: ${MYVNC_FIREFOX_CUSTOM_TITLE}
|
||||
MYVNC_PROXYPATH: ${MYVNC_FIREFOX_PROXYPATH}
|
||||
|
||||
MYVNC_FIREFOX_URL: ${MYVNC_FIREFOX_URL}
|
||||
MYVNC_FIREFOX_OPTS: ${MYVNC_FIREFOX_OPTS}
|
||||
MYVNC_PROXYPATH: ${MYVNC_FIREFOX_PROXYPATH}
|
||||
|
||||
MYVNC_VNCSHARING: ${MYVNC_FIREFOX_VNCSHARING}
|
||||
networks:
|
||||
- firefox
|
||||
|
||||
networks:
|
||||
novnc:
|
||||
external: false
|
||||
firefox:
|
||||
external: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue