Sfoglia il codice sorgente

add /config volume to dockerfile, Fixes #1

sparklyballs 9 anni fa
parent
commit
93415ded11
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -32,4 +32,4 @@ RUN chmod -v +x /etc/my_init.d/*.sh
 EXPOSE 80
 
 # set volumes
-VOLUME /Thumbs /Pictures
+VOLUME /config /Thumbs /Pictures