From ed6ab72e2e823623152f2f9ff4a3f1df1c9b8ab3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 11 Oct 2022 20:17:49 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-ngircd.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/images/docker-ngircd.md b/images/docker-ngircd.md index ce2f4a0bf..7f68df10e 100644 --- a/images/docker-ngircd.md +++ b/images/docker-ngircd.md @@ -56,7 +56,7 @@ services: - PGID=1000 - TZ=Europe/London volumes: - - :/config + - /path/to/ngircd/config:/config ports: - 6667:6667 restart: unless-stopped @@ -71,7 +71,7 @@ docker run -d \ -e PGID=1000 \ -e TZ=Europe/London \ -p 6667:6667 \ - -v :/config \ + -v /path/to/ngircd/config:/config \ --restart unless-stopped \ lscr.io/linuxserver/ngircd:latest ``` @@ -154,6 +154,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **11.10.22:** - Rebasing to alpine 3.16, migrate to s6v3. * **23.01.21:** - Rebasing to alpine 3.13. * **01.06.20:** - Rebasing to alpine 3.12. * **19.12.19:** - Rebasing to alpine 3.11.