1
0
Fork 0

Export also config directory

This commit is contained in:
Daniele Tricoli 2015-02-15 23:21:15 +01:00
parent 698e9d4303
commit 21db6804c4

View file

@ -37,7 +37,7 @@ RUN echo "daemon off;" >> /etc/nginx/nginx.conf
ADD start.sh /start.sh
VOLUME ["/srv/owncloud/data"]
VOLUME ["/srv/owncloud/config", "/srv/owncloud/data"]
EXPOSE 80