mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-28 05:40:55 +02:00
Remove db prefix option (#1131)
* Remove db prefix option Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Upgrade to 18.0.6 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
0599d1022c
commit
3ac6fde8d6
30 changed files with 4 additions and 109 deletions
|
@ -115,7 +115,7 @@ RUN a2enmod headers rewrite remoteip ;\
|
|||
} > /etc/apache2/conf-available/remoteip.conf;\
|
||||
a2enconf remoteip
|
||||
|
||||
ENV NEXTCLOUD_VERSION 18.0.5
|
||||
ENV NEXTCLOUD_VERSION 18.0.6
|
||||
|
||||
RUN set -ex; \
|
||||
fetchDeps=" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue