mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +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
|
@ -76,6 +76,7 @@ The following options are available for the `ui-for-docker` binary:
|
|||
|
||||
* `-endpoint`, `-e`: Docker deamon endpoint (default: *"/var/run/docker.sock"*)
|
||||
* `-bind`, `-p`: Address and port to serve UI For Docker (default: *":9000"*)
|
||||
* `-data`, `-d`: Path to the data folder (default: *"."*)
|
||||
* `-assets`, `-a`: Path to the assets (default: *"."*)
|
||||
* `-swarm`, `-s`: Swarm cluster support (default: *false*)
|
||||
* `-hide-label`, `-l`: Hide containers with a specific label in the UI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue