lscr.io/linuxserver/webgrabplus:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.no-new-privileges=true
security-opt./config
folder. After you have edited the the wg3-cron file, restart the container to apply the new schedule. Do not adjust the command!<external>:<internal>
respectively. For example, -p 8080:80
would expose port 80
from inside the container to be accessible from the host's IP on port 8080
outside the container.-p
)-e
)PUID=1000
PGID=1000
TZ=Europe/London
-v
)/config
/data
--hostname=
--mac-address=
FILE__
.PASSWORD
based on the contents of the /run/secrets/mysecretpassword
file.-e UMASK=022
setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.-v
flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user PUID
and group PGID
.PUID=1000
and PGID=1000
, to find yours use id user
as below:docker exec -it webgrabplus /bin/bash
docker logs -f webgrabplus
docker inspect -f '{{ index .Config.Labels "build_version" }}' webgrabplus
docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver/webgrabplus:latest
hostname
and mac_address
arguments that are needed for the license check to compose and cli samples.