There is a colon omitted in this section. (#2631)

This commit is contained in:
mrfly 2017-04-07 06:33:20 +08:00 committed by John Mulhausen
parent 51ce4db3bc
commit 8316c1d0be
1 changed files with 1 additions and 1 deletions

View File

@ -1539,7 +1539,7 @@ and `my_second_secret` already exists in Docker.
secrets:
my_first_secret:
file: ./secret_data
my_second_secret
my_second_secret:
external: true
```