diff --git a/docs/images/docker-nginx.md b/docs/images/docker-nginx.md index 1c78f60f7..e50f3a156 100644 --- a/docs/images/docker-nginx.md +++ b/docs/images/docker-nginx.md @@ -36,9 +36,8 @@ The architectures supported by this image are: ## Application Setup -Add your web files to `/config/www` for hosting. -Modify the nginx, php and site config files under `/config` as needed -*Protip: This container is best combined with a sql server, e.g. [mariadb](https://hub.docker.com/r/linuxserver/mariadb/)* +Add your web files to `/config/www` for hosting. +Modify the nginx, php and site config files under `/config` as needed ## Usage @@ -272,6 +271,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **31.05.24:** - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings. * **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.