Skip to content

Commit 7fd04ae

Browse files
authored
Update README.md
1 parent d963095 commit 7fd04ae

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,49 +5,49 @@ comes with the latest version of PHP-FPM, Nginx, MariaDB, Beanstalk, Redis and
55
Mailhog for when you're using it in local development.
66

77

8-
## Getting Started in 1 seconds
8+
### Getting Started in 1 seconds
99

1010
Clone 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

1515
Clone this repository to your local machine. Copy the `docker-compose.yml`
1616
file 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

2222
Clone this repository, sit around for 26 seconds then do the step above.
2323

2424

25-
## MariaDB/MySQL Password
25+
### MariaDB/MySQL Password
2626

2727
The default root password is `vagrant` and the default database name is `vagrant`,
2828
both of these should be changed to suit your project. The data will be persisted
2929
across containers being created/destroyed in the `.docker/volumes/mysql`
3030
directory on your local machine (or server you deploy to).
3131

3232

33-
## nginx
33+
### nginx
3434

3535
You 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

4141
The included version of PHP-FPM includes GD, Intl and BZ2 extensions as well as
4242
Composer being installed as well.
4343

4444

45-
### License
45+
#### License
4646

4747
This project is licensed under an Apache 2.0 license which you can find within
4848
this repository in the [LICENSE file](https://github.com/ssx/docker-simple-php/blob/master/LICENSE).
4949

50-
## Feedback
50+
### Feedback
5151

5252
If you have any feedback, comments or suggestions, please feel free to open an
5353
issue within the repository on [Github](https://github.com/ssx/docker-php-fpm).

0 commit comments

Comments
 (0)