nextcloud entrypoint - move /usr/src/nextcloud to SOURCE_LOCATION

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2024-02-28 21:57:25 +01:00
parent 4810797d02
commit ce506564cb
2 changed files with 12 additions and 11 deletions

View file

@ -4,6 +4,7 @@ FROM php:8.1.27-fpm-alpine3.19
ENV PHP_MEMORY_LIMIT 512M
ENV PHP_UPLOAD_LIMIT 10G
ENV PHP_MAX_TIME 3600
ENV SOURCE_LOCATION /usr/src/nextcloud
# AIO settings start # Do not remove or change this line!
ENV NEXTCLOUD_VERSION 27.1.5