From c922797429e6c078a2c659a6a79284e498244533 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 21 Feb 2021 01:52:03 +0100 Subject: fix: Build image on our own from Debian 9 Some packages were missing in the older approach. So we have set up the image from a plain Debian 9 Slim image and installed PHP7 and all required packages on owr own. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c637b5c --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Based on: [https://github.com/pr3d4t0r/calendar](https://github.com/pr3d4t0r/calendar) + +# Installation + +``` +docker-compose build +mkdir -p volumes/Specific/db +chown -R 33:33 volumes/Specific +``` + +# Start + +``` +docker-compose up -d +``` -- cgit v1.1