Workflow update

main
technorabilia 2 years ago
parent 30bf2c0e26
commit 9af9c9ae3b

@ -1,6 +1,6 @@
# [Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu,
# Fedora, and Arch based containers containing full desktop environments in
# officially supported flavors accessible via any modern web browser.
# [Webtop](https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and
# Arch based containers containing full desktop environments in officially
# supported flavors accessible via any modern web browser.
---
version: "2.1"
@ -8,7 +8,6 @@ services:
webtop:
image: ghcr.io/linuxserver/webtop
container_name: webtop
privileged: true # optional
environment:
# for GroupID
- PUID=${PUID:-1024}
@ -18,6 +17,8 @@ services:
- TZ=${TZ:-Europe/Amsterdam}
# Specify a subfolder to use with reverse proxies, IE `/subfolder/`
- SUBFOLDER=/ # optional
# See the keyboard layouts section for more information and options.
- KEYBOARD=en-us-qwerty # optional
volumes:
# abc users home directory
- ${BASEDIR:-/volume1/docker}/webtop/config:/config

@ -1,15 +1,15 @@
# [Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu,
# Fedora, and Arch based containers containing full desktop environments in
# officially supported flavors accessible via any modern web browser.
# [Webtop](https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and
# Arch based containers containing full desktop environments in officially
# supported flavors accessible via any modern web browser.
source ./.env
docker run -d \
--name=webtop \
--privileged `# optional` \
-e PUID=${PUID:-1024} `# for GroupID` \
-e PGID=${PGID:-100} `# for UserID` \
-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.` \
-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