mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(binary): persist CSRF auth file in a volume (#22)
* fix(binary): persist CSRF auth file in a volume * docs(options): document the `-data` option
This commit is contained in:
parent
aa3fda6de9
commit
5d0af27a3f
4 changed files with 11 additions and 6 deletions
|
@ -2,5 +2,7 @@ FROM scratch
|
|||
|
||||
COPY dist /
|
||||
|
||||
VOLUME /data
|
||||
|
||||
EXPOSE 9000
|
||||
ENTRYPOINT ["/ui-for-docker"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue