mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-12-31 02:52:19 +08:00
make sure that the configuration file gets stored on the volume
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
7c8b134e8d
commit
b5cfe40866
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ RUN curl "https://caddyserver.com/api/download?os=linux&arch=amd64" -o "/usr/bin
|
|||
RUN cd /var/www/docker-aio; \
|
||||
git clone https://github.com/nextcloud/all-in-one.git .; \
|
||||
chmod 770 -R ./; \
|
||||
chown www-data:www-data -R ./
|
||||
chown www-data:www-data -R ./; \
|
||||
rm -r ./php/data; \
|
||||
rm -r ./php/session
|
||||
|
||||
RUN mkdir -p /etc/apache2/certs && \
|
||||
cd /etc/apache2/certs && \
|
||||
|
|
Loading…
Reference in a new issue