nextcloud/helpers.sh

6 lines
134 B
Bash
Raw Normal View History

2020-06-29 12:29:16 +00:00
#!/bin/bash
create-secrets () {
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}" -
}