Explorar el Código

add /config volume to dockerfile, Fixes #1

sparklyballs hace 9 años
padre
commit
93415ded11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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