diff --git a/helpers.sh b/helpers.sh index 54e8deb..399b7eb 100755 --- a/helpers.sh +++ b/helpers.sh @@ -2,5 +2,5 @@ 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_passwd_${DB_ROOT_PASSWD_VERSION}" - + pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_passwd_${DB_PASSWD_VERSION}" - }