Remove container_name
This commit is contained in:
parent
1b14e15a20
commit
2af674b880
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue