mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
changing to yml
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
This commit is contained in:
parent
9d3606713f
commit
01a00567cd
1 changed files with 2 additions and 3 deletions
|
@ -4,15 +4,14 @@
|
|||
Project structure:
|
||||
```
|
||||
.
|
||||
├── docker-compose.yaml
|
||||
├── docker-compose.yml
|
||||
├── app
|
||||
├── Dockerfile
|
||||
├── requirements.txt
|
||||
└── manage.py
|
||||
|
||||
```
|
||||
|
||||
[_docker-compose.yaml_](docker-compose.yaml)
|
||||
[_docker-compose.yml_](docker-compose.yml)
|
||||
```
|
||||
services:
|
||||
web:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue