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've cloned the repo and launched docker-compose up.
As you can see in the following screenshot, the iris-messenger service has started successfully.
When i point my browser to localhost:8080, however, nothing is being served.
I did spot the following dependency warnings, when the Dockerfile image was being built:
Couild this be implicated?
I'm using MacOS.
All suggestions welcome.
The text was updated successfully, but these errors were encountered:
Strange that I can't access the service from the host machine.
I did docker-compose exec iris-messenger apt-get install wget
and docker-compose exec iris-messenger wget localhost:5173 , and it succesfully fetched the iris index page.
Any suggestions as to why it's inaccessible from the host machine ?
I've cloned the repo and launched
docker-compose up
.As you can see in the following screenshot, the iris-messenger service has started successfully.
When i point my browser to localhost:8080, however, nothing is being served.
I did spot the following dependency warnings, when the Dockerfile image was being built:
Couild this be implicated?
I'm using MacOS.
All suggestions welcome.
The text was updated successfully, but these errors were encountered: