-
Notifications
You must be signed in to change notification settings - Fork 913
Description
Describe the bug
Web UI will not load, this is a previously working installation.
Have removed all containers, run docket system prune --all --force to clean up
Have removed associated volume.
To Reproduce
Steps to reproduce the behavior:
Download CompreFace_1.2.0.zip archive or run:
wget -q -O tmp.zip 'https://github.com/exadel-inc/CompreFace/releases/download/v1.2.0/CompreFace_1.2.0.zip' && unzip tmp.zip && rm tmp.zip
To start CompreFace run:
docker-compose up -d
Navigate to http:// 10.1.20.165:8000 which is the ip address of my docker setup
Expected behavior
I expect the UI to load correctly
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Run those commands and attach result to the ticket:
docker ps
docker_ps.txt
docker-compose logs
docker compose logs.txt
Additional context
Add any other context about the problem here.