Merge pull request #2011 from nextcloud/enh/noid/fix-wrong-mountpoint

docker-aio-config should not be a volume by default
This commit is contained in:
Simon L
2023-02-23 17:34:03 +01:00
committed by GitHub

View File

@@ -18,10 +18,6 @@ EXPOSE 80
EXPOSE 8080
EXPOSE 8443
RUN mkdir -p /mnt/docker-aio-config/;
VOLUME /mnt/docker-aio-config/
RUN mkdir -p /var/www/docker-aio;
WORKDIR /var/www/docker-aio