forked from coop-cloud/nextcloud
Fix secrets & network definition
This commit is contained in:
5
helpers.sh
Executable file
5
helpers.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
create-secrets () {
|
||||
pwgen -n 32 1 | docker secret create "${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}" -
|
||||
}
|
Reference in New Issue
Block a user