diff --git a/docs/images/docker-nginx.md b/docs/images/docker-nginx.md index 51d92397d..c889ed5c0 100644 --- a/docs/images/docker-nginx.md +++ b/docs/images/docker-nginx.md @@ -57,7 +57,7 @@ services: - PGID=1000 - TZ=Etc/UTC volumes: - - :/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 :/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.