Fix typo
This commit is contained in:
parent
fc3bbbbd93
commit
c1891b4a23
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
create-secrets () {
|
create-secrets () {
|
||||||
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}" -
|
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}" -
|
||||||
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_passwd_${DB_ROOT_PASSWD_VERSION}" -
|
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_passwd_${DB_PASSWD_VERSION}" -
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user