build:
context: ./scraper/
dockerfile: Dockerfile
ports:
- 4000:4000
Внутри я открываю
4000
EXPOSE 4000Но я не могу получить доступ к сервису, почему?
EXPOSE ничего не делает с портами
The EXPOSE instruction informs Docker that the container listens on the specified network ports at runtime. You can specify whether the port listens on TCP or UDP, and the default is TCP if the protocol is not specified.
а что говорит?
Да ничего просто запускаеться но не могу получить доступ к http://localhost:4000
По логах всё запускаеться
а curl попробуй сделать
Error: connect ECONNREFUSED 127.0.0.1:4000
вот я и говорю, ничего не делает с портами
Обсуждают сегодня