Workflow update

main
technorabilia 2 years ago
parent f38afaf51e
commit 28dd70ced1

@ -8,6 +8,8 @@ services:
webgrabplus:
image: ghcr.io/linuxserver/webgrabplus
container_name: webgrabplus
# Set the hostname for the container for the license check.
hostname: webgrabplus
environment:
# for UserID
- PUID=${PUID:-1024}

@ -5,6 +5,7 @@
source ./.env
docker run -d \
--name=webgrabplus \
--hostname=webgrabplus `# Set the hostname for the container for the license check.` \
-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` \

Loading…
Cancel
Save