You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: