This repository has been archived on 2020-10-01. You can view files and clone it, but cannot push or open issues or pull requests.
nextcloud.test.autonomic.zone/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}" -
}