@@ -5,49 +5,49 @@ comes with the latest version of PHP-FPM, Nginx, MariaDB, Beanstalk, Redis and
55Mailhog for when you're using it in local development.
66
77
8- ## Getting Started in 1 seconds
8+ ### Getting Started in 1 seconds
99
1010Clone this repository and run ` docker-compose up ` then point your browser at ` http://localhost:8080 ` and you should see a beautiful PHP info page.
1111
1212
13- ## Getting Started in 5 seconds
13+ ### Getting Started in 5 seconds
1414
1515Clone this repository to your local machine. Copy the ` docker-compose.yml `
1616file and ` .docker ` directory into your project directory. Then run
1717` docker-compose up ` and you'll be off and running.
1818
1919
20- ## Getting started in 30 seconds
20+ ### Getting started in 30 seconds
2121
2222Clone this repository, sit around for 26 seconds then do the step above.
2323
2424
25- ## MariaDB/MySQL Password
25+ ### MariaDB/MySQL Password
2626
2727The default root password is ` vagrant ` and the default database name is ` vagrant ` ,
2828both of these should be changed to suit your project. The data will be persisted
2929across containers being created/destroyed in the ` .docker/volumes/mysql `
3030directory on your local machine (or server you deploy to).
3131
3232
33- ## nginx
33+ ### nginx
3434
3535You can overwrite the Nginx website config by editing the file that is located at
3636` .docker/config/nginx.conf ` which will be picked up on starting the container.
3737
3838
39- ## PHP
39+ ### PHP
4040
4141The included version of PHP-FPM includes GD, Intl and BZ2 extensions as well as
4242Composer being installed as well.
4343
4444
45- ### License
45+ #### License
4646
4747This project is licensed under an Apache 2.0 license which you can find within
4848this repository in the [ LICENSE file] ( https://github.com/ssx/docker-simple-php/blob/master/LICENSE ) .
4949
50- ## Feedback
50+ ### Feedback
5151
5252If you have any feedback, comments or suggestions, please feel free to open an
5353issue within the repository on [ Github] ( https://github.com/ssx/docker-php-fpm ) .
0 commit comments