vbkunin / itop-docker

Combodo iTop docker image
https://hub.docker.com/r/vbkunin/itop/
MIT License
92 stars 51 forks source link

failed to activate #35

Closed Varick-Wang closed 2 years ago

Varick-Wang commented 2 years ago

hello~ After running docker run,

 sudo docker run -id --name=my-itop -p 8080:80 -v /mnt/var/www/html:/var/www/html -v /mnt/var/lib/mysql :/var/lib/mysql --restart=always vbkunin/itop:latest

I don't see the next configuration information under http://localhost:8080. And only:

index of / Name Last modified Size Description

View html/ no file how to solve?

Varick-Wang commented 2 years ago

Oh, I found the problem. Should be ${dir}:/var/www/html/conf

thanks

Varick-Wang commented 2 years ago

Excuse me, why does this happen?

vbkunin commented 2 years ago

Hi, You've replaced the iTop code with the contents of your folder /mnt/var/www/html which is empty.