I successfully installed Lemmy according to the docker (https://dev.lemmy.ml/docs/administration_install_docker.html) method without any modification. The database uses the default. Now the question is, how to modify the database password and user name?
Thanks for help.
If you wanted to change the DB and password, you’ll have to do that both in the
lemmy.hjson
and thedocker-compose.yml
before you run any commands. It’d be best to start from scratch.