mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-31 18:09:20 +08:00
re-order some things
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
c50132a27a
commit
d18b58d2a1
1 changed files with 3 additions and 11 deletions
|
@ -1,26 +1,18 @@
|
|||
# From https://github.com/nextcloud/docker/blob/master/23/fpm-alpine/Dockerfile
|
||||
FROM php:8.1.19-fpm-alpine3.17
|
||||
|
||||
VOLUME /var/www/html
|
||||
|
||||
ENV PHP_MEMORY_LIMIT 512M
|
||||
ENV PHP_UPLOAD_LIMIT 10G
|
||||
ENV PHP_MAX_TIME 3600
|
||||
|
||||
ENV NEXTCLOUD_VERSION 26.0.2
|
||||
|
||||
COPY *.sh upgrade.exclude /
|
||||
COPY --chmod=775 *.sh /
|
||||
COPY upgrade.exclude /upgrade.exclude
|
||||
COPY config/* /usr/src/nextcloud/config/
|
||||
|
||||
ENV NEXTCLOUD_UPDATE=1
|
||||
|
||||
COPY supervisord.conf /supervisord.conf
|
||||
|
||||
COPY --chmod=775 start.sh /start.sh
|
||||
COPY --chmod=775 notify.sh /notify.sh
|
||||
COPY --chmod=775 notify-all.sh /notify-all.sh
|
||||
|
||||
VOLUME /mnt/ncdata
|
||||
VOLUME /var/www/html
|
||||
|
||||
# Custom: change id of www-data user as it needs to be the same like on old installations
|
||||
RUN set -ex; \
|
||||
|
|
Loading…
Reference in a new issue