mirror of https://github.com/docker/docs.git
Fix liquid warnings on reset password pages (#9348)
```
=> => # Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in datacenter/ucp/3.1/guides/authorization/reset-user-password.md
=> => # Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
6070597e75
commit
5586fee81a
|
|
@ -36,7 +36,9 @@ docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format
|
|||
|
||||
### With DEBUG Global Log Level
|
||||
|
||||
{% raw %}
|
||||
If you have DEBUG set as your global log level within UCP, running `$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}` returns `--debug` instead of `--db-addr`. Pass `Args 1` to `$docker inspect` instead to reset your admin password.
|
||||
{% endraw %}
|
||||
|
||||
{% raw %}
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -36,7 +36,9 @@ docker run --net=host -v ucp-auth-api-certs:/tls -it "$(docker inspect --format
|
|||
|
||||
### With DEBUG Global Log Level
|
||||
|
||||
{% raw %}
|
||||
If you have DEBUG set as your global log level within UCP, running `$(docker inspect --format '{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}` returns `--debug` instead of `--db-addr`. Pass `Args 1` to `$docker inspect` instead to reset your admin password.
|
||||
{% endraw %}
|
||||
|
||||
{% raw %}
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in New Issue