mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
adjust order
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2d8fb5a97e
commit
ae67c81526
1 changed files with 1 additions and 1 deletions
|
|
@ -10,12 +10,12 @@ ENV SOURCE_LOCATION /usr/src/nextcloud
|
||||||
ENV NEXTCLOUD_VERSION 28.0.4
|
ENV NEXTCLOUD_VERSION 28.0.4
|
||||||
ENV AIO_TOKEN 123456
|
ENV AIO_TOKEN 123456
|
||||||
ENV AIO_URL localhost
|
ENV AIO_URL localhost
|
||||||
COPY supervisord.conf /supervisord.conf
|
|
||||||
# AIO settings end # Do not remove or change this line!
|
# AIO settings end # Do not remove or change this line!
|
||||||
|
|
||||||
COPY --chmod=775 *.sh /
|
COPY --chmod=775 *.sh /
|
||||||
COPY --chmod=774 upgrade.exclude /upgrade.exclude
|
COPY --chmod=774 upgrade.exclude /upgrade.exclude
|
||||||
COPY config/*.php /
|
COPY config/*.php /
|
||||||
|
COPY supervisord.conf /supervisord.conf
|
||||||
|
|
||||||
VOLUME /mnt/ncdata
|
VOLUME /mnt/ncdata
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue