mlibanor,
Thanks for your response.
Actually, I'm using the dockerfile available on the docker-hub, to build my image, which has been successful.
https://github.com/KnowageLabs/Knowage-Server-Docker/tree/729dbed0f724248f055e92fa2d27a27bfd7d1d89
Then, I use "docker-compose up -d" to create the containers, which happens correctly, and I manage to login using biadmin perfectly.
The problem is that if I restart the container, it seems that it generates a new hash in the "passwordEncryptionSecret", which prevents me from logging in again.
How could I do so that the "passwordEncryptionSecret" is informed and is no longer generated with each restart?
About the host ... I'm changing the "host_url" directly in the /conf/server.xml file, inside the generated container.
You mentioned using "PUBLIC_ADDRESS env". Would that be placed in the ".env" file next to the folder where the Dockerfile is located?
Thanks for your help.