codecv
codecv copied to clipboard
Local Docker deployment redirect to https://codecv.top
I followed the instructions to deploy the docker:
git clone https://github.com/acmenlei/codecv.git
cd codecv/
docker build -t codecv:v1 .
docker run -d -t -p 8080:80 --name codecv --restart=always codecv:v1
When I access to "http://192.168.1.101:8080" in browser, it automatically redirects to https://codecv.top.
May I know how to solve it?
i have the same thing
Me too. Have you solved it