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: services:
nginx-proxy: nginx-proxy:
image: jwilder/nginx-proxy image: jwilder/nginx-proxy
container_name: nginx-proxy
ports: ports:
- "80:80" - "80:80"
volumes: volumes:
@ -50,7 +49,6 @@ services:
whoami: whoami:
image: jwilder/whoami image: jwilder/whoami
container_name: whoami
environment: environment:
- VIRTUAL_HOST=whoami.local - VIRTUAL_HOST=whoami.local
``` ```