ActiDoo / gamification-engine

gamification-engine (gengine) is a framework for developing gamification features for your application
MIT License
429 stars 108 forks source link

where do we get the login information on port 6060? (server, username, password...) #89

Open softdevcan opened 2 years ago

softdevcan commented 2 years ago

Hello, where do we get the login information on port 6060? (server, username, password...) Also, port 9000 gives 404 error. and in other containers running on docker I can't access ports either. Will it open after 6060 access? image

image

image

msander commented 2 years ago

The admin interface runs on Port 9000: /admin/ 404 on / is correct.

Adminer is a database admin tool. You need to provide the database credentials. Take a look at your docker-compose file.