Workflow update

main
technorabilia 3 months ago
parent 0538e0cd19
commit 816c859cbc

@ -17,6 +17,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 Firefox CLI flags, this string will be passed to the application in full.
- FIREFOX_CLI=https://www.linuxserver.io/ # optional
volumes:
# Users home directory in the container, stores local files and settings
- ${BASEDIR:-/volume1/docker}/firefox/config:/config

@ -10,6 +10,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 FIREFOX_CLI=https://www.linuxserver.io/ `# optional` `# Specify one or multiple Firefox CLI flags, this string will be passed to the application in full.` \
-p 3000:3000 `# Firefox desktop gui.` \
-p 3001:3001 `# Firefox desktop gui HTTPS.` \
-v ${BASEDIR:-/volume1/docker}/firefox/config:/config `# Users home directory in the container, stores local files and settings` \

@ -16,7 +16,7 @@ services:
# specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# this will store config on the docker host
# Persistent config files
- ${BASEDIR:-/volume1/docker}/sickchill/config:/config
# this will store any downloaded data on the docker host
- ${BASEDIR:-/volume1/docker}/sickchill/downloads:/downloads

@ -9,7 +9,7 @@ docker run -d \
-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).` \
-p 8081:8081 `# will map the container's port 8081 to port 8081 on the host` \
-v ${BASEDIR:-/volume1/docker}/sickchill/config:/config `# this will store config on the docker host` \
-v ${BASEDIR:-/volume1/docker}/sickchill/config:/config `# Persistent config files` \
-v ${BASEDIR:-/volume1/docker}/sickchill/downloads:/downloads `# this will store any downloaded data on the docker host` \
-v ${BASEDIR:-/volume1/docker}/sickchill/tv:/tv `# this will allow sickchill to view what you already have` \
--restart unless-stopped \

Loading…
Cancel
Save