We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c83aea4 commit e625df5Copy full SHA for e625df5
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 3.2.5 2022-06-23 <dave at tiredofit dot ca>
2
+
3
+ ### Added
4
+ - Support tiredofit/nginx:6.0.0 and tiredofit/nginx-php-fpm:7.0.0 changes
5
6
7
## 3.2.4 2022-06-21 <dave at tiredofit dot ca>
8
9
### Added
Dockerfile
@@ -3,6 +3,7 @@ LABEL maintainer="Dave Conroy (github.com/tiredofit)"
ENV NEXTCLOUD_VERSION=22.2.9 \
NEXTCLOUD_FILES_BACKEND_VERSION=0.4.0 \
+ NGINX_SITE_ENABLED=nextcloud \
NGINX_WEBROOT="/www/nextcloud" \
PHP_ENABLE_CREATE_SAMPLE_PHP=FALSE \
PHP_ENABLE_BCMATH=TRUE \
install/etc/nginx/conf.d/default.conf renamed to install/etc/nginx/sites.available/nextcloud.conf
0 commit comments