diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 +``` |
