codecv icon indicating copy to clipboard operation
codecv copied to clipboard

Local Docker deployment redirect to https://codecv.top

Open morrispetris opened this issue 11 months ago • 2 comments

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?

morrispetris avatar Mar 21 '24 10:03 morrispetris

i have the same thing

ShangyiAlone avatar Mar 23 '24 01:03 ShangyiAlone

Me too. Have you solved it

ykc1043 avatar Oct 02 '24 17:10 ykc1043