Workflow update

main
technorabilia 2 years ago
parent 38a52db74c
commit f7e1dfd4d8

@ -14,6 +14,8 @@ services:
- PUID=${PUID:-1024}
# for GroupID
- PGID=${PGID:-100}
# Specify a timezone to use for example Europe/Amsterdam
- TZ=${TZ:-Europe/Amsterdam}
volumes:
# this will store any uploaded data on the docker host
- ${BASEDIR:-/volume1/docker}/sickgear/config:/config

@ -8,6 +8,7 @@ docker run -d \
--name=sickgear \
-e PUID=${PUID:-1024} `# for UserID` \
-e PGID=${PGID:-100} `# for GroupID` \
-e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \
-p 8081:8081 `# will map the container's port 8081 to port 8081 on the host` \
-v ${BASEDIR:-/volume1/docker}/sickgear/config:/config `# this will store any uploaded data on the docker host` \
-v ${BASEDIR:-/volume1/docker}/sickgear/tv:/tv `# where you store your tv shows` \

Loading…
Cancel
Save