Bot Updating Documentation

pull/177/head
LinuxServer-CI 2024-01-21 14:58:53 +00:00
rodzic 74cf09b75c
commit 0d5ed5ba54
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -59,7 +59,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/data:/config
- /path/to/znc/config:/config
ports:
- 6501:6501
restart: unless-stopped
@ -74,7 +74,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-p 6501:6501 \
-v /path/to/data:/config \
-v /path/to/znc/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/znc:latest
```
@ -101,7 +101,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Where local ZNC data is stored. |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -271,6 +271,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **23.12.23:** - Rebase to Alpine 3.19.
* **12.07.23:** - Rebasing to Alpine 3.18.
* **07.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3.