Hi guys,
I am new on CVAT and I am not a developer. The situation I have is:
I built and run docker, without results.
Attached I am sending the login screen.
MAny thanks in advance for the help!
Miguel

@Miguelistan
Hi, try to restart docker containers using:
docker-compose down
docker-compose up
If you specified docker-compose files with -f flag when you build CVAT, please specify them also here.
Dear Boris @bsekachev
Thank you. It didnt work out.
This is what I do, please point any problem you may see:
Then it shows the problem to login the server.
Attached you can find a txt file with all the GitBash lines
Thank you a lot
@Miguelistan
You haven't done docker-compose down as far as I understood. Right?
You need to do it and after that, do docker-compose up
@bsekachev
Thank you very much, it's working fine now
Always use CVAT in a fresh Incognito Tab, cheers!
Most helpful comment
@Miguelistan
Hi, try to restart docker containers using:
If you specified docker-compose files with
-fflag when you build CVAT, please specify them also here.