NCP - want to use simple Nextcloud and edit DB name, password etc

Hi,

I’m using NCP, but the version with docker-compose-nc.yml.
I’d like to know how to edit the default DB password, name and user.
Is it possible to do that in docker-compose-nc.yml file?
I found some parameters in etc/ncp-config.d/nc-init.sh file:

ADMINUSER_=ncp
ADMINPASS_=ownyourbits
DBADMIN=ncadmin

but I don’t know whether I can change them and I’d prefer to edit them via docker-compose file.

Thanks

Hi,

Those parameters are not available through the composer file

The passwords are randomized upon first login, you would have to change that manually but, why would you want to do that?