I can see my services using docker-compose ps
, but I cannot reach them using browser through localhost:4000 or localhost:4001. Always get "ERR_CONNECTION_REFUSED".
MacBook-Pro-User:my-new-project user$ docker-compose ps
Name Command State Ports
-------------------------------------------------------------------------
video-storage docker- Up 0.0.0.0:4000->80
entrypoint.sh /tcp
/bin/ ...
video-streaming docker- Up 0.0.0.0:4001->80
entrypoint.sh /tcp
/bin/ ...