From 0d5ed5ba545b8b8ad712a685e18012a65de3bd4d Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sun, 21 Jan 2024 14:58:53 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-znc.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/images/docker-znc.md b/docs/images/docker-znc.md index bbbba9100..1e1f768bf 100644 --- a/docs/images/docker-znc.md +++ b/docs/images/docker-znc.md @@ -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.