!LOCAL adapt compose file for local dev

This commit is contained in:
2024-04-12 13:45:53 -04:00
parent 2d92c672e2
commit 1eafbc0a66
2 changed files with 29 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
FROM docker.io/library/nginx:latest
ENV NEXTCLOUD_DOMAIN=example.com
ENV NEXTCLOUD_PHP_FPM_HOST=php-fpm-nextcloud:9000
ENV NEXTCLOUD_PHP_FPM_HOST=server:9000
ENV NEXTCLOUD_MAX_UPLOAD_SIZE=512M
ADD nginx.conf.template /nginx.conf.template