1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 05:45:22 +02:00

fix(api): disable data directory creation (#495)

* fix(api): disable data directory creation

* feat(dockerhub): update volume instruction value for Windows Dockerfiles
This commit is contained in:
Anthony Lapenna 2017-01-14 14:22:39 +13:00 committed by GitHub
parent cd26051144
commit e4d98082dc
3 changed files with 9 additions and 7 deletions

View file

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

View file

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