From 33111ec7bc0abbed0b91007556e13c1b1068ef55 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 21 Feb 2021 10:15:40 +0100 Subject: feat: Make volume directory configurable --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c637b5c..db6b3a2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,19 @@ Based on: [https://github.com/pr3d4t0r/calendar](https://github.com/pr3d4t0r/cal # Installation +Edit the configuration: +``` +cp sample.env .env +nano .env +``` + +Build the image: ``` docker-compose build +``` + +Prepare write permissions and structure of the volumes: +``` mkdir -p volumes/Specific/db chown -R 33:33 volumes/Specific ``` -- cgit v1.1