Open FabianSteels opened 2 years ago
Hi everyone,
Encountered the same issue ...
Thank you in advance
Hi, authentication is by default disabled on the Docker container. So you should not have to login. Perhaps you have enabled security and locked yourself out. In that case you can just use the CLI with Docker:
docker exec <YOUR_CONTAINER_ID> java -jar jqm.jar -r <YOUR_NEW_PASSWORD>
Does that answer your questions?
Hi all, I intent to start an instance of JQM with Docker. This instance is connected to a Postgresql database.
Everything seems OK except I don't have found a way to setup the 'root' password of the JQM Administration portal. As I don't know the root password, I'm blocked on the login portal.
The explanation in the doc doesn't work with Docker.
Here is my env variables
Any idea? Thanks.