kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
26fb78a911
commit
aa32c092d1
|
@ -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.
|
||||
|
|
Ładowanie…
Reference in New Issue