1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-26 01:16:20 +02: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
commit 0f427dd32d
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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