Bot Updating Documentation

pull/182/head
LinuxServer-CI 2024-01-31 18:54:40 +00:00
rodzic 2ab2bedf77
commit 8f7aef0084
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ The architectures supported by this image are:
## Application Setup
Edit `/config/syslog-ng.conf` to configure your logging sources and destinations. Note: As the application does not run as root you cannot listen on ports < 1024.
Edit `/config/syslog-ng.conf` to configure your logging sources and destinations.
The application pid, control file, etc. are all kept in /config so when using tools such as `syslog-ng-ctl` you need to specify the path e.g. `syslog-ng-ctl reload -c /config/syslog-ng.ctl`
@ -59,7 +59,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/syslog-ng/config:/config
- /path/to/log:/var/log #optional
ports:
- 514:5514/udp
@ -79,7 +79,7 @@ docker run -d \
-p 514:5514/udp \
-p 601:6601/tcp \
-p 6514:6514/tcp \
-v /path/to/config:/config \
-v /path/to/syslog-ng/config:/config \
-v /path/to/log:/var/log `#optional` \
--restart unless-stopped \
lscr.io/linuxserver/syslog-ng:latest
@ -280,6 +280,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **31.01.24:** - Rebase to Alpine 3.19.
* **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **10.01.23:** - Add paho-mqtt-c library as required by the syslog-ng documentation
* **30.12.22:** - Rebase to Alpine 3.17, add libdbi-drivers for SQL support.