blob: db6b3a2a315c0df15e8cd0b86503d604a475f406 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Based on: [https://github.com/pr3d4t0r/calendar](https://github.com/pr3d4t0r/calendar)
# 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
```
# Start
```
docker-compose up -d
```
|