Bot Updating Documentation

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

Wyświetl plik

@ -57,7 +57,7 @@ services:
- PGID=1000
- TZ=Etc/UTC
volumes:
- </path/to/appdata/config>:/config
- /path/to/nginx/config:/config
ports:
- 80:80
- 443:443
@ -74,7 +74,7 @@ docker run -d \
-e TZ=Etc/UTC \
-p 80:80 \
-p 443:443 \
-v </path/to/appdata/config>:/config \
-v /path/to/nginx/config:/config \
--restart unless-stopped \
lscr.io/linuxserver/nginx:latest
```
@ -102,7 +102,7 @@ Containers are configured using parameters passed at runtime (such as those abov
| Volume | Function |
| :----: | --- |
| `/config` | Contains your www content and all relevant configuration files. |
| `/config` | Persistent config files |
#### Miscellaneous Options
@ -272,6 +272,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.03.24:** - Rebase to Alpine 3.19 with php 8.3.
* **25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
* **16.01.23:** - Remove nchan module because it keeps causing crashes.
* **22.12.22:** - Rebase to Alpine 3.17 with PHP 8.1, migrate to s6v3.