Bot Updating Documentation

pull/195/head
LinuxServer-CI 2024-03-06 00:48:55 +00:00
rodzic aa32c092d1
commit 4a6870c78c
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ services:
- TZ=Etc/UTC
- VERBOSITY=-vv #optional
volumes:
- /path/to/appdata/config:/config
- /path/to/fail2ban/config:/config
- /var/log:/var/log:ro
- /path/to/airsonic/log:/remotelogs/airsonic:ro #optional
- /path/to/apache2/log:/remotelogs/apache2:ro #optional
@ -111,7 +111,7 @@ docker run -d \
-e PGID=1000 \
-e TZ=Etc/UTC \
-e VERBOSITY=-vv `#optional` \
-v /path/to/appdata/config:/config \
-v /path/to/fail2ban/config:/config \
-v /var/log:/var/log:ro \
-v /path/to/airsonic/log:/remotelogs/airsonic:ro `#optional` \
-v /path/to/apache2/log:/remotelogs/apache2:ro `#optional` \
@ -162,7 +162,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Contains all relevant configuration files. |
| `/config` | Persistent config files |
| `/var/log:ro` | Host logs. Mounted as Read Only. |
| `/remotelogs/airsonic:ro` | Optional path to airsonic log folder. Mounted as Read Only. |
| `/remotelogs/apache2:ro` | Optional path to apache2 log folder. Mounted as Read Only. |
@ -356,6 +356,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.03.24:** - Rebase to Alpine 3.19.
* **01.06.23:** - Add optional VERBOSITY environment variable, allowing users to set the container log verbosity.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **15.12.22:** - Replace unmaintained ssmtp with msmtp.