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:
|
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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue