infobyte / faraday

Open Source Vulnerability Management Platform
https://www.faradaysec.com
GNU General Public License v3.0
5.05k stars 915 forks source link

After installation with docker compose up, you cannot log in to the system and obtain the account password #500

Open feipeng27 opened 2 months ago

feipeng27 commented 2 months ago

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 1eec890cc9ab faradaysec/faraday "/entrypoint.sh" 15 minutes ago Up 15 minutes 0.0.0.0:5985->5985/tcp, :::5985->5985/tcp faraday_app 24b012dd21a4 redis:6.2-alpine "docker-entrypoint.s…" 15 minutes ago Up 15 minutes 0.0.0.0:6378->6379/tcp, :::6378->6379/tcp faraday_redis 60529e56558f postgres:12.7-alpine "docker-entrypoint.s…" 15 minutes ago Up 15 minutes 0.0.0.0:32806->5432/tcp, :::32806->5432/tcp faraday_db How do I get an account password after installing with docker compose up?

ezk06eer commented 2 months ago

please refer to the thread here: Issue 489

you should see the user + password in the logs for the faraday_app container.

Cheers!