Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixed missing colon in yaml
Duncan Brown committed Oct 8, 2019
1 parent 2324cca commit a06672b
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/mod-auth-openidc-mariadb.md
@@ -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
4 changes: 2 additions & 2 deletions docs/shibboleth-sp-mariadb.md
@@ -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

0 comments on commit a06672b

Please sign in to comment.