Workflow update

main
technorabilia 2 years ago
parent 11ebb000a5
commit 99b1226cb2

@ -19,6 +19,8 @@ services:
- SUBFOLDER=/ # optional
# See the keyboard layouts section for more information and options.
- KEYBOARD=en-us-qwerty # optional
# String which will be used as page/tab title in the web browser.
- TITLE=Webtop # optional
volumes:
# abc users home directory
- ${BASEDIR:-/volume1/docker}/webtop/config:/config

@ -10,6 +10,7 @@ docker run -d \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e SUBFOLDER=/ `# optional` `# Specify a subfolder to use with reverse proxies, IE `/subfolder/`` \
-e KEYBOARD=en-us-qwerty `# optional` `# See the keyboard layouts section for more information and options.` \
-e TITLE=Webtop `# optional` `# String which will be used as page/tab title in the web browser.` \
-p 3000:3000 `# Web Desktop GUI` \
-v ${BASEDIR:-/volume1/docker}/webtop/config:/config `# abc users home directory` \
-v /var/run/docker.sock:/var/run/docker.sock `# optional` `# Docker Socket on the system, if you want to use Docker in the container` \

Loading…
Cancel
Save