Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2024-01-25 02:31:00 +00:00
parent f184532cf6
commit 3bb5869b9e

View File

@ -91,7 +91,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/webgrabplus/config:/config
- /path/to/data:/data
restart: unless-stopped
```
@ -106,7 +106,7 @@ docker run -d \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-v /path/to/config:/config \
-v /path/to/webgrabplus/config:/config \
-v /path/to/data:/data \
--restart unless-stopped \
lscr.io/linuxserver/webgrabplus:latest
@ -123,7 +123,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `-e PUID=1000` | for UserID - see below for explanation |
| `-e PGID=1000` | for GroupID - see below for explanation |
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `-v /config` | Where webgrabplus should store it's config files. |
| `-v /config` | Persistent config files |
| `-v /data` | Where webgrabplus should store it's data files. |
## Environment variables from files (Docker secrets)
@ -287,6 +287,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **18.08.23:** - Rebase to Alpine 3.18.
* **16.08.23:** - Update dotnet framework to 7.x.
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)