Workflow update

main
technorabilia 2 years ago
parent a82ad6f6ad
commit 38a52db74c

@ -19,7 +19,7 @@ services:
# Specify a timezone to use for example Europe/Amsterdam # Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam} - TZ=${TZ:-Europe/Amsterdam}
# Optionally specify additional arguments to be passed. See Additional runtime parameters. # Optionally specify additional arguments to be passed. See Additional runtime parameters.
- RUN_OPTS=<run options here> # optional - RUN_OPTS= # optional
volumes: volumes:
# Where TVHeadend show store it's config files. # Where TVHeadend show store it's config files.
- ${BASEDIR:-/volume1/docker}/tvheadend/config:/config - ${BASEDIR:-/volume1/docker}/tvheadend/config:/config

@ -11,7 +11,7 @@ docker run -d \
-e PUID=${PUID:-1024} `# for UserID` \ -e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \ -e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-e RUN_OPTS=<run options here> `# optional` `# Optionally specify additional arguments to be passed. See Additional runtime parameters.` \ -e RUN_OPTS= `# optional` `# Optionally specify additional arguments to be passed. See Additional runtime parameters.` \
-p 9981:9981 `# WebUI` \ -p 9981:9981 `# WebUI` \
-p 9982:9982 `# HTSP server port.` \ -p 9982:9982 `# HTSP server port.` \
-v ${BASEDIR:-/volume1/docker}/tvheadend/config:/config `# Where TVHeadend show store it's config files.` \ -v ${BASEDIR:-/volume1/docker}/tvheadend/config:/config `# Where TVHeadend show store it's config files.` \

Loading…
Cancel
Save