container/Container/kontify
2023-02-24 08:30:00 +01:00
..
Dockerfile added composer caddy 2023-02-24 08:30:00 +01:00
README.MD added composer caddy 2023-02-24 08:30:00 +01:00
RUN.sh added composer caddy 2023-02-24 08:30:00 +01:00

kontify Docker Build

This Images runs kontify in a Container.


To make this Container work you have to create a Config and a Database first. This can be seen in the kontify Repository.

Run this Container

docker run \
--name knotify \
-v <config Folder>:/config

The Database and the Config File is copied into the kontify Folder to be read by the Programm. After the Command is finished the Database is copied back into the Config Folder.