1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-02-24 09:48:14 +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
commit 0f427dd32d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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