toitzi's docker-compose file for kimai
This repository contains a docker-compose
file for Kimai.
- Clone the repository:
git clone https://github.com/toitzi/kimai-docker.git
- Change into the directory:
cd kimai-docker
- Copy the
.env.example
file to.env
and adjust the values as needed:
cp .env.example .env
- Start the containers:
docker-compose up -d
The repository is open-sourced software licensed under the MIT license.