Can't show CVAT task web page #3042
rogerhsu1121
started this conversation in
General
Replies: 1 comment 1 reply
-
Have you changed the port for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to run CVAT on ubuntu 16.04
Due to I have a jenkins task occupy 8080 port
so i modified docker-compose.yml
change port as 8888
ports:
- '8888:80'
then I run cvat on docker
sudo docker-compose up -d
I can visit
http://localhost:8888/admin
but it show empty page when I visit http://localhost:8888 or http://localhost:8888/task/
Is there anything I missing?
Beta Was this translation helpful? Give feedback.
All reactions