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:
parent
84f2c2d735
commit
0abe8883d1
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue