From 763efc67f0979e27bda324a8b73fa3df6d75c800 Mon Sep 17 00:00:00 2001 From: Joseph Barreca Date: Tue, 6 Apr 2021 13:49:31 -0400 Subject: [PATCH] Update README.md provides an accurate representation of the recent file structure updates Signed-off-by: Joseph Barreca --- nginx-php-mysql/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nginx-php-mysql/README.md b/nginx-php-mysql/README.md index 5c849ad..03f9dab 100644 --- a/nginx-php-mysql/README.md +++ b/nginx-php-mysql/README.md @@ -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