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:
		| @@ -5,15 +5,13 @@ Project structure: | |||||||
| ``` | ``` | ||||||
| . | . | ||||||
| ├── backend | ├── backend | ||||||
| │   ├── Dockerfile | │   ├── index.php | ||||||
| ├── db | ├── db | ||||||
| │   └── password.txt | │   └── password.txt | ||||||
| ├── docker-compose.yaml | ├── docker-compose.yaml | ||||||
| ├── proxy | ├── proxy | ||||||
| │   ├── conf | │   ├── conf | ||||||
| │   └── Dockerfile | │   └── Dockerfile | ||||||
| ├── src |  | ||||||
| │   ├── index.php |  | ||||||
| └── README.md | └── README.md | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| @@ -21,7 +19,7 @@ Project structure: | |||||||
| ``` | ``` | ||||||
| services: | services: | ||||||
|   backend: |   backend: | ||||||
|     build: backend |     image: php:8.0.3-fpm-buster | ||||||
|     ... |     ... | ||||||
|   db: |   db: | ||||||
|     image: mysql:8.0.19 |     image: mysql:8.0.19 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user