mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-17 08:34:48 +02:00
Rebase
This commit is contained in:
parent
31d7dedda9
commit
71a8f0ef64
14 changed files with 158 additions and 0 deletions
|
@ -109,7 +109,11 @@ RUN a2enmod rewrite remoteip ;\
|
|||
} > /etc/apache2/conf-available/remoteip.conf;\
|
||||
a2enconf remoteip
|
||||
|
||||
<<<<<<< HEAD:15.0/apache/Dockerfile
|
||||
ENV NEXTCLOUD_VERSION 15.0.0
|
||||
=======
|
||||
ENV NEXTCLOUD_VERSION 12.0.13
|
||||
>>>>>>> Add two parameters when Nextcloud is behind a proxy:12.0/apache/Dockerfile
|
||||
|
||||
RUN set -ex; \
|
||||
fetchDeps=" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue