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
hi, thanks for your code. I builded it successful! But when I run the container with docker run -d -p 80 --name {myBuildName} will throw nginx conf error (docker logs myContainerName):
nginx: [emerg] no host in upstream ":9000" in /etc/nginx/nginx.conf:14
how to solve it?
The text was updated successfully, but these errors were encountered:
hi, thanks for your code. I builded it successful! But when I run the container with
docker run -d -p 80 --name {myBuildName}
will throw nginx conf error (docker logs myContainerName):how to solve it?
The text was updated successfully, but these errors were encountered: