diff --git a/DOCKER.md b/DOCKER.md
index d920e706..208f43e2 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -69,11 +69,11 @@ SurrealDB is an end-to-end cloud native database for web, mobile, serverless, ja
View the [features](https://surrealdb.com/features), the latest [releases](https://surrealdb.com/releases), the product [roadmap](https://surrealdb.com/roadmap), and [documentation](https://surrealdb.com/docs).
-
Documentation
+ Documentation
For guidance on installation, development, deployment, and administration, see our [documentation](https://surrealdb.com/docs).
- Run using Docker
+ Run using Docker
Docker can be used to manage and run SurrealDB database instances without the need to install any command-line tools. The SurrealDB docker container contains the full command-line tools for importing and exporting data from a running server, or for running a server itself.
@@ -93,7 +93,7 @@ Access to the surrealdb CLI with:
docker exec -it /surreal sql -c http://localhost:8000 -u root -p root --ns test --db test --pretty
```
- Run using Docker Compose
+ Run using Docker Compose
The Docker image can be used with the docker-compose tool.