blob: c637b5c20d4b79175ab15e02ad833070ac0fdbd7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```
|