From f62e317dfcfb27e418cdeaa8b46b3807d1cbb444 Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Thu, 12 Mar 2020 16:06:07 +0100
Subject: [PATCH] Add hint in readme
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2bc1f880..c6868059 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ $ docker-compose pull
4. **Configure your instance:**
For production environments it is recommended to activate and secure the Docker HTTP API. You can read more [here](https://gitlab.ub.uni-bielefeld.de/sfb1288inf/opaque_daemon).
``` bash
+$ mkdir logs
$ cp nopaque.env.tpl nopaque.env
$ nopaque.env # Fill out the empty variables within this file.
```