chore(dockerfiles): update data directory for windows Dockerfiles

pull/445/merge 1.11.3
Anthony Lapenna 2017-02-01 11:35:25 +13:00
parent 84f2c2d735
commit 0abe8883d1
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
COPY dist /
VOLUME C:\\ProgramData\\Portainer
VOLUME C:\\data
WORKDIR /

View File

@ -2,7 +2,7 @@ FROM microsoft/nanoserver
COPY dist /
VOLUME C:\\ProgramData\\Portainer
VOLUME C:\\data
WORKDIR /