Skip to content

Commit 8e678f1

Browse files
authored
changing extension (docker#46)
Signed-off-by: Felipe Vilella <vilella.luisfelipe@gmail.com>
1 parent 1e7d24d commit 8e678f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
Project structure:
55
```
66
.
7-
├── docker-compose.yaml
7+
├── docker-compose.yml
88
├── app
99
   ├── Dockerfile
1010
   ├── requirements.txt
1111
   └── manage.py
1212
1313
```
1414

15-
[_docker-compose.yaml_](docker-compose.yaml)
15+
[_docker-compose.yml_](docker-compose.yml)
1616
```
1717
services:
1818
web:

0 commit comments

Comments
 (0)