mirror of https://github.com/docker/docs.git
There is a colon omitted in this section. (#2631)
This commit is contained in:
parent
51ce4db3bc
commit
8316c1d0be
|
@ -1539,7 +1539,7 @@ and `my_second_secret` already exists in Docker.
|
||||||
secrets:
|
secrets:
|
||||||
my_first_secret:
|
my_first_secret:
|
||||||
file: ./secret_data
|
file: ./secret_data
|
||||||
my_second_secret
|
my_second_secret:
|
||||||
external: true
|
external: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue