/kimai

Kimai - OpenSource Time Tracking

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Kimai - OpenSource Time Tracking

See: http://www.kimai.org/

With separate MySQL Container.

Run:

        docker run --volume /etc/kimai --name kimai-volumes mysql true
        docker run -d -e MYSQL_ROOT_PASSWORD=$(pwgen -s 16 1) --name kimai-mysql --volumes-from kimai-volumes mysql
        docker run -d --name kimai --link kimai-mysql:mysql --volumes-from kimai-volumes -p 80:80 mwaeckerlin/kimai:0.9.3

Got to http://localhost and login with username admin and password changeme

Note: Don't forget to change the admin password!

Build

docker build --rm -t mwaeckerlin/kimai:0.9.3 .

Changelog

0.9.3

  • using Kimai 0.9.3
  • installed PHP LDAP module