Replies: 1 comment 5 replies
-
The latest docker-compose changes the mount location for the volume. I couldn't log in until I changed from |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The only message in the docker logs I get is:
checkcle | 2025/05/27 22:11:22 Server started at http://0.0.0.0:8090
In going to the local address, I get the login screen. Username admin@example.com and password Admin123456 return a login error. I even tried:
docker exec -it checkcle /app/pocketbase superuser upsert myemail@gmail.com 'ReallyEasyPassword2'
It adds the account correctly, but I still can't login. Ideas?
Beta Was this translation helpful? Give feedback.
All reactions