I installed Ubuntu 22.04 LTS on my computer. I have installed Docker Desktop and Docker Compose. I set a static IP for the LAN. I also created a specker folder inside the /opt directory. After that, I ran the command docker compose up -d.
When I accessed http://192.168.255.11:8080, a page appeared asking me to create an account. However, when I clicked to create an account, a 500 error page appeared.
I tried changing the port from 8080 to 8282, etc., but it didn’t solve the problem. I think the docker-compose.yml file and the .env file are not properly configured. Could you check and fix them for me?