1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

chore(dockerfiles): update data directory for windows Dockerfiles

This commit is contained in:
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 /