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 had an issue when using the default configuration threw a Docker Swarm.
I couldn't access the services becaus json-server was listening only to localhost.
Could you bring -H 0.0.0.0 on the run.sh by default so others won't have the same problem ?
args="$@ -H 0.0.0.0 -p 80"
The text was updated successfully, but these errors were encountered:
I had an issue when using the default configuration threw a Docker Swarm.
I couldn't access the services becaus json-server was listening only to
localhost
.Could you bring
-H 0.0.0.0
on therun.sh
by default so others won't have the same problem ?args="$@ -H 0.0.0.0 -p 80"
The text was updated successfully, but these errors were encountered: