mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-25 18:28:07 +02:00
Update README.md
provides an accurate representation of the recent file structure updates Signed-off-by: Joseph Barreca <jbarrec.tech@gmail.com>
This commit is contained in:
parent
05008c0b54
commit
763efc67f0
1 changed files with 2 additions and 4 deletions
|
@ -5,15 +5,13 @@ Project structure:
|
|||
```
|
||||
.
|
||||
├── backend
|
||||
│ ├── Dockerfile
|
||||
│ ├── index.php
|
||||
├── db
|
||||
│ └── password.txt
|
||||
├── docker-compose.yaml
|
||||
├── proxy
|
||||
│ ├── conf
|
||||
│ └── Dockerfile
|
||||
├── src
|
||||
│ ├── index.php
|
||||
└── README.md
|
||||
```
|
||||
|
||||
|
@ -21,7 +19,7 @@ Project structure:
|
|||
```
|
||||
services:
|
||||
backend:
|
||||
build: backend
|
||||
image: php:8.0.3-fpm-buster
|
||||
...
|
||||
db:
|
||||
image: mysql:8.0.19
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue