Skip to content

Commit 5feca06

Browse files
authored
docs: fix best-practices memory heading level
1 parent 1541d51 commit 5feca06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/BestPractices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FROM node:4.1.2-onbuild
2323
RUN groupadd -r node && useradd -r -g node node
2424
```
2525

26-
#### Memory
26+
## Memory
2727

2828
By default, any Docker Container may consume as much of the hardware such as CPU and RAM. If you are running multiple containers on the same host you should limit how much memory they can consume.
2929

0 commit comments

Comments
 (0)