Bot Updating Documentation

pull/180/head
LinuxServer-CI 2024-01-25 02:33:16 +00:00
rodzic c49c0a3099
commit 8b620afbb1
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -68,7 +68,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/webgrabplus/config:/config
- /path/to/data:/data
restart: unless-stopped
```
@ -83,7 +83,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
@ -110,7 +110,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Where webgrabplus should store it's config files. |
| `/config` | Persistent config files |
| `/data` | Where webgrabplus should store it's data files. |
#### Miscellaneous Options
@ -283,6 +283,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)