1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

Merge pull request #1184 from kylegoetz/master

Update README.md - sample yml needed expose option
This commit is contained in:
Nicolas Duchon
2021-04-05 09:46:40 +02:00
committed by GitHub

View File

@ -51,6 +51,8 @@ services:
whoami:
image: jwilder/whoami
expose:
- "8000"
environment:
- VIRTUAL_HOST=whoami.local
```