ソースを参照

add /config volume to dockerfile, Fixes #1

sparklyballs 9 年 前
コミット
93415ded11
1 ファイル変更1 行追加1 行削除
  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