devinsolutions / docker-osticket

Alpine-based osTicket image with Nginx and PHP-FPM.
https://hub.docker.com/r/devinsolutions/osticket
MIT License
46 stars 58 forks source link

Admin account not working (set via docker variables) #57

Open Flyinace2000 opened 10 months ago

Flyinace2000 commented 10 months ago

I set an admin user name and password via the docker variables. yet those credentials do not work when trying to log in to the web UI. Also tried the default ostadmin/Admin1 and that combo did not work.

What step am I missing?

Running on UnRaid if that matters and connected to MariaDB.

Flyinace2000 commented 10 months ago

Figured it out. The default URL for the container when clicking from the list of containers in UnRaid does not go to /scp/login.php, it just goes to the ip:port of the container. Going to the other login page works.

Flyinace2000 commented 10 months ago

Going to the advanced view for the docker container in unread lets you set a new URL for the WebUI link.