You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Then click on “login”, and submit authentication data for user “root” (its password can be reset through the CLI if needed).
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>
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.
The text was updated successfully, but these errors were encountered: