Skip to content

Commit

Permalink
Merge pull request #18 from duncan-brown/yaml_fix
Browse files Browse the repository at this point in the history
Fixed missing colon in yaml
  • Loading branch information
skoranda authored and GitHub committed Oct 8, 2019
2 parents 2324cca + a06672b commit 8084b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/mod-auth-openidc-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ services:
secrets:
comanage_registry_database_user_password:
external: true
mariadb_root_password
mariadb_root_password:
external: true
mariadb_password
mariadb_password:
external: true
https_cert_file:
external: true
Expand Down
4 changes: 2 additions & 2 deletions docs/shibboleth-sp-mariadb.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ services:
secrets:
comanage_registry_database_user_password:
external: true
mariadb_root_password
mariadb_root_password:
external: true
mariadb_password
mariadb_password:
external: true
shibboleth_sp_encrypt_cert:
external: true
Expand Down

0 comments on commit 8084b3a

Please sign in to comment.