Answer the question
In order to leave comments, you need to log in
Docker Linux containers? how to change container ip?
Good afternoon!
I'm not very good at network administration.
Why is the app not available at 0.0.0.0: on Windows?
The application, in principle, is not available on any ip
For example, it works on Linux.
Screenshot from windows
As you can see from the screenshot, I explicitly specified the ip address
127.0.0.1:3600->3000/tcp,0.0.0.0:3600->3000/tcp
Docker-compose
...
# Nuxt publication
nuxt-public:
container_name: cc.nuxt_public
build:
context: ./nuxt_public
dockerfile: Dockerfile-dev
volumes:
- ./nuxt_public:/nuxt-app/
ports:
- "127.0.0.1:3600:3000"
expose:
- "3000"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question