From 496db11fca18a8968f29363322bf31e2d9f084a6 Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Fri, 3 Dec 2021 18:30:28 +0100
Subject: [PATCH] Add docker config example.

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0287ece..8de5574 100644
--- a/README.md
+++ b/README.md
@@ -167,6 +167,8 @@ Create a config file from the sample configuration file:
 engine-api$ cp config/sample/sample-development.engine-api.ini config/engine-api.ini
 # Production
 engine-api$ cp config/sample/sample-production.engine-api.ini config/engine-api.ini
+# Docker
+engine-api$ cp config/sample/sample-docker.engine-api.ini config/docker/engine-api.ini
 ```
 
 Now edit the configuration file. If you trust all the defaults you'll only need to change the database password.
@@ -183,7 +185,7 @@ iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT
 Then configure the type of federation. Depending on how you want to run your
 Engine API node and where it is deployed, you'll needed to uncomment one of these federation sections:
 
-> To avoid any malfunction it is important that any other node-type configurations are commented out.
+> To avoid any malfunction it is important that any other node-type configuration is commented out.
 
 #### Engine 1 Node
 
-- 
GitLab