Skip to content

Commit c07750a

Browse files
authored
Update README.md
1 parent 7c11f38 commit c07750a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ A ready to use Docker Compose configuration for a LEMP stack (Nginx, PHP, Larave
1515
- Run `docker-compose up -d`
1616
- Open `http://localhost:80` in your browser for Nginx
1717
- Open `http://localhost:8080` in your browser for PHPMyAdmin
18+
19+
## Config files
20+
21+
- `./nginx/default.conf:/etc/nginx/conf.d/default.conf`
22+
- `./php/local.ini:/usr/local/etc/php/conf.d/local.ini`
23+
- `./mysql:/etc/mysql/conf.d`

0 commit comments

Comments
 (0)