From 9791bcc275b29bf3f2265f47f5163cd195f462c9 Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@adesso.de>
Date: Sun, 4 Apr 2021 21:40:16 +0200
Subject: [PATCH] Add "deploy to docker" section in readme

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

diff --git a/README.md b/README.md
index 7c8ecf2..2524aa3 100644
--- a/README.md
+++ b/README.md
@@ -14,3 +14,7 @@ Simple API-Server to save the state of quests in workadventure
 This project uses [dotent](https://github.com/motdotla/dotenv#readme) so you can have a `.env` file or pass config to it via environment variables.
 
 The variables and their defaults are listed in [`src/config.ts`](./src/config.ts)
+
+# Deploy with docker
+
+The docker image listens on port 4000 (unencrypted HTTP). Data is saved in `/usr/app/data`.
-- 
GitLab