Remove container_name

This commit is contained in:
Oliver Davies 2017-04-28 23:02:49 +01:00 committed by GitHub
parent 1b14e15a20
commit 2af674b880

View file

@ -42,7 +42,6 @@ version: '2'
services:
nginx-proxy:
image: jwilder/nginx-proxy
container_name: nginx-proxy
ports:
- "80:80"
volumes:
@ -50,7 +49,6 @@ services:
whoami:
image: jwilder/whoami
container_name: whoami
environment:
- VIRTUAL_HOST=whoami.local
```