mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
feat(docker/services): update the information message about default location of secrets (#4816)
This commit is contained in:
parent
0cfa912d77
commit
81b4672076
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
<form class="form-horizontal" style="margin-top: 15px;">
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12 small text-muted"> By default, secrets will be available under <code>/run/secrets/$SECRET_NAME</code> in containers. </div>
|
||||
<div class="col-sm-12 small text-muted">
|
||||
By default, secrets will be available under <code>/run/secrets/$SECRET_NAME</code> in containers (Linux) or
|
||||
<code>C:\ProgramData\Docker\secrets\$SECRET_NAME</code> (Windows).</div
|
||||
>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12" style="margin-top: 5px;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue