Remove container_name

This commit is contained in:
Oliver Davies 2017-04-28 22:59:00 +01:00 committed by GitHub
parent b6a445b1a9
commit 1b14e15a20

View file

@ -2,7 +2,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: