From 0a9ee51b25a3a0edb649ca3fc28dea535f296a41 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 13 Feb 2023 18:13:55 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-znc.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/docker-znc.md b/images/docker-znc.md index 7d77c8df1d..1ffd181ece 100644 --- a/images/docker-znc.md +++ b/images/docker-znc.md @@ -59,7 +59,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - :/config + - /path/to/data:/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 :/config \ + -v /path/to/data:/config \ --restart unless-stopped \ lscr.io/linuxserver/znc:latest @@ -158,6 +158,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **13.02.23:** - Rebase to Alpine 3.17, migrate to s6v3. * **19.01.22:** - Rebasing to alpine 3.15. * **01.06.20:** - Rebasing to alpine 3.12. * **19.12.19:** - Rebasing to alpine 3.11.