chore(dockerfiles): update data directory for windows Dockerfiles
parent
84f2c2d735
commit
0abe8883d1
|
@ -2,7 +2,7 @@ FROM microsoft/windowsservercore
|
|||
|
||||
COPY dist /
|
||||
|
||||
VOLUME C:\\ProgramData\\Portainer
|
||||
VOLUME C:\\data
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ FROM microsoft/nanoserver
|
|||
|
||||
COPY dist /
|
||||
|
||||
VOLUME C:\\ProgramData\\Portainer
|
||||
VOLUME C:\\data
|
||||
|
||||
WORKDIR /
|
||||
|
||||
|
|
Loading…
Reference in New Issue