Workflow update

main
technorabilia 2 years ago
parent f38afaf51e
commit 28dd70ced1

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

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

Loading…
Cancel
Save