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
commit d686d3eae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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