Bot Updating Documentation

pull/249/head
LinuxServer-CI 2024-09-23 12:42:14 +00:00
rodzic e2138326b8
commit d603e74cba
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -58,6 +58,7 @@ services:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- LOG_TO_STDOUT= #optional
volumes:
- /path/to/syslog-ng/config:/config
- /path/to/log:/var/log #optional
@ -76,6 +77,7 @@ docker run -d \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e LOG_TO_STDOUT= `#optional` \
-p 514:5514/udp \
-p 601:6601/tcp \
-p 6514:6514/tcp \
@ -104,6 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| `PUID=1000` | for UserID - see below for explanation |
| `PGID=1000` | for GroupID - see below for explanation |
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
| `LOG_TO_STDOUT=` | If set to `true` container will log to stdout, otherwise will log to `/config/log/`. |
### Volume Mappings (`-v`)
@ -280,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **24.09.24:** - Add opt to log to stdout.
* **24.05.24:** - Rebase to Alpine 3.20.
* **31.01.24:** - Rebase to Alpine 3.19.
* **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.