nextcloud 24
This commit is contained in:
@@ -6,7 +6,7 @@ ENV NEXTCLOUD_UPDATE=1
|
|||||||
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \
|
RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.list && \
|
||||||
sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \
|
sed -i 's@security.debian.org@apt-cache.lan/security.debian.org@g' /etc/apt/sources.list && \
|
||||||
apt-get update && apt-get install -y \
|
apt-get update && apt-get install -y \
|
||||||
procps bash iputils-ping libmagickcore-6.q16-6-extra
|
procps bash iputils-ping libmagickcore-6.q16-6-extra vim-tiny
|
||||||
|
|
||||||
RUN apt-get clean -y && \
|
RUN apt-get clean -y && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// Manually deployed by yourself
|
// Manually deployed by yourself
|
||||||
//
|
//
|
||||||
$CONFIG = array(
|
$CONFIG = array(
|
||||||
'config_is_read_only' => true,
|
'config_is_read_only' => false,
|
||||||
'htaccess.RewriteBase' => '/',
|
'htaccess.RewriteBase' => '/',
|
||||||
'memcache.local' => '\\OC\\Memcache\\APCu',
|
'memcache.local' => '\\OC\\Memcache\\APCu',
|
||||||
'apps_paths' => array(
|
'apps_paths' => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user