1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-22 03:46:29 +00:00

Merge pull request #901 from brikou/patch-2

Simplify docker-compose.yml example
This commit is contained in:
Jason Wilder 2017-08-13 15:57:09 -06:00 committed by GitHub
commit df24d9dff5

View File

@ -39,10 +39,10 @@ This image is based on the nginx:alpine image. Use this image to fully support H
```yaml
version: '2'
services:
nginx-proxy:
image: jwilder/nginx-proxy
container_name: nginx-proxy
ports:
- "80:80"
volumes:
@ -50,7 +50,6 @@ services:
whoami:
image: jwilder/whoami
container_name: whoami
environment:
- VIRTUAL_HOST=whoami.local
```