Bot Updating Documentation

pull/63/head
LinuxServer-CI 2022-10-11 20:17:49 +02:00
rodzic af1a77668b
commit ed6ab72e2e
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -56,7 +56,7 @@ services:
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Europe/London
volumes: volumes:
- </path/to/ngircd/config>:/config - /path/to/ngircd/config:/config
ports: ports:
- 6667:6667 - 6667:6667
restart: unless-stopped restart: unless-stopped
@ -71,7 +71,7 @@ docker run -d \
-e PGID=1000 \ -e PGID=1000 \
-e TZ=Europe/London \ -e TZ=Europe/London \
-p 6667:6667 \ -p 6667:6667 \
-v </path/to/ngircd/config>:/config \ -v /path/to/ngircd/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/ngircd:latest lscr.io/linuxserver/ngircd:latest
``` ```
@ -154,6 +154,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
## Versions ## Versions
* **11.10.22:** - Rebasing to alpine 3.16, migrate to s6v3.
* **23.01.21:** - Rebasing to alpine 3.13. * **23.01.21:** - Rebasing to alpine 3.13.
* **01.06.20:** - Rebasing to alpine 3.12. * **01.06.20:** - Rebasing to alpine 3.12.
* **19.12.19:** - Rebasing to alpine 3.11. * **19.12.19:** - Rebasing to alpine 3.11.