Skip to content

Commit ebd8a54

Browse files
committed
Remove unnecessary HRs
1 parent fe7de5e commit ebd8a54

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

README.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Docker Web Stack
22

3-
---
4-
5-
## What's inside
3+
# What's inside
64

75
A `docker-compose`-powered stack to get your PHP web app project running.
86

@@ -11,16 +9,12 @@ A `docker-compose`-powered stack to get your PHP web app project running.
119
- MariaDB
1210
- Node w/ Yarn
1311

14-
---
15-
16-
## Requirements
12+
# Requirements
1713

1814
- `Docker` v17.03.1-ce or higher
1915
- `docker-compose` v1.11.2 or higher
2016

21-
---
22-
23-
## How-to (simple)
17+
# How-to (simple)
2418

2519
To start the stack, run:
2620

@@ -30,11 +24,9 @@ To start the stack, run:
3024
- The `--build` builds services (e.g. `php-fpm`, `nginx`) that comprise the stack.
3125
- The `--remove-orphans` stack ensures that services that aren't being used are deleted (to save disk space).
3226

33-
---
27+
# How-to (advanced)
3428

35-
## How-to (advanced)
36-
37-
### Re-building a service
29+
## Re-building a service
3830

3931
If you want to extend the functionality of a service (e.g. php-fpm), you have to re-build it.
4032

@@ -44,8 +36,6 @@ To accomplish this, modify the Dockerfile, then run:
4436

4537
... followed by a `docker-compose up [arguments...]`
4638

47-
---
48-
49-
## Warranties
39+
# Warranties
5040

5141
- This stack was built on `macOS Sierra` v10.12.5. Experience may very on other operating systems.

0 commit comments

Comments
 (0)