API
API copied to clipboard
Add initial user for docker image
We need a initial admin user for in the docker image.
Threfore we should add docker parameters. When running the docker container we have the ability to attach the parameters --user="[email protected]" --pass="my password"
Maybe we should not pass the password but only the user and use the passwort reset feature!?