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
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,7 +353,7 @@ There are two ways to enable the support of websocket:
353
353
354
354
Use the following:
355
355
356
-
docker run -d --expose 80 --name webapp dockercloud/hello-world
356
+
docker run -d --expose 8080 --name webapp dockercloud/hello-world
357
357
docker run -d --link webapp:webapp -p 80:80 dockercloud/haproxy
358
358
359
359
#### My webapp container exposes port 80 and database ports 8083/8086, and I want the proxy to listen in port 80 without my database ports added to haproxy
0 commit comments