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