nextcloud #1

Closed
c6ristian wants to merge 5 commits from nextcloud into main
2 changed files with 5 additions and 2 deletions

0
nextcloud/.keep Normal file
View file

View file

@ -4,7 +4,10 @@ FROM docker.io/library/nextcloud:${TAG}
RUN apt-get update \
&& apt-get install -y supervisor \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /var/log/supervisord /var/run/supervisord
&& mkdir -p /var/log/supervisord /var/run/supervisord
# We need to copy a file to the supervisord folder in /var/run so it exists when the container starts.
COPY .keep /var/run/supervisord/
COPY supervisord.conf /