Change EXPOSEd to published (#4253)

This commit is contained in:
nemophila
2017-08-17 14:27:01 -07:00
committed by Misty Stanley-Jones
parent 334e0ec824
commit c70784edd0

View File

@@ -172,7 +172,7 @@ friendlyhello latest 326387cea398
## Run the app
Run the app, mapping your machine's port 4000 to the container's `EXPOSE`d port
Run the app, mapping your machine's port 4000 to the container's published port
80 using `-p`:
```shell