Workflow update

main
technorabilia 1 year ago
parent a0d5884f3f
commit 8c8c25ad81

@ -15,6 +15,8 @@ services:
- PGID=${PGID:-100}
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
# Specify one or multiple Chromium CLI flags, this string will be passed to the application in full.
- CHROME_CLI=https://www.linuxserver.io/ # optional
volumes:
# Users home directory in the container, stores local files and settings
- ${BASEDIR:-/volume1/docker}/chromium/config:/config

@ -8,6 +8,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).` \
-e CHROME_CLI=https://www.linuxserver.io/ `# optional` `# Specify one or multiple Chromium CLI flags, this string will be passed to the application in full.` \
-p 3000:3000 `# Chromium desktop gui.` \
-p 3001:3001 `# HTTPS Chromium desktop gui.` \
-v ${BASEDIR:-/volume1/docker}/chromium/config:/config `# Users home directory in the container, stores local files and settings` \

Loading…
Cancel
Save