Merge pull request #1184 from kylegoetz/master
Update README.md - sample yml needed expose option
This commit is contained in:
commit
0f427dd32d
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ services:
|
||||||
|
|
||||||
whoami:
|
whoami:
|
||||||
image: jwilder/whoami
|
image: jwilder/whoami
|
||||||
|
expose:
|
||||||
|
- "8000"
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=whoami.local
|
- VIRTUAL_HOST=whoami.local
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue