Merge pull request #2633 from nextcloud/enh/noid/aio-adjustments

adjustments to AIO_URL and AIO_TOKEN
This commit is contained in:
Simon L
2023-06-06 10:09:50 +02:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -4,6 +4,8 @@ ENV PHP_MEMORY_LIMIT 512M
ENV PHP_UPLOAD_LIMIT 10G
ENV PHP_MAX_TIME 3600
ENV NEXTCLOUD_VERSION 26.0.2
ENV AIO_TOKEN 123456
ENV AIO_URL localhost
COPY --chmod=775 *.sh /
COPY --chmod=774 upgrade.exclude /upgrade.exclude