mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-06 21:57:58 +08:00
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:
commit
d686d3eae0
1 changed files with 0 additions and 4 deletions
|
@ -18,10 +18,6 @@ EXPOSE 80
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 8443
|
EXPOSE 8443
|
||||||
|
|
||||||
RUN mkdir -p /mnt/docker-aio-config/;
|
|
||||||
|
|
||||||
VOLUME /mnt/docker-aio-config/
|
|
||||||
|
|
||||||
RUN mkdir -p /var/www/docker-aio;
|
RUN mkdir -p /var/www/docker-aio;
|
||||||
|
|
||||||
WORKDIR /var/www/docker-aio
|
WORKDIR /var/www/docker-aio
|
||||||
|
|
Loading…
Reference in a new issue