mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-12 00:30:15 +00:00
nextcloud entrypoint - move /usr/src/nextcloud to SOURCE_LOCATION
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4810797d02
commit
ce506564cb
2 changed files with 12 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue