Skip to content

mwaeckerlin/kimai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kimai - OpenSource Time Tracking

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

With separate MySQL Container.

Run:

        docker run -d --restart unless-stopped --volume /etc/kimai --name kimai-volumes mysql sleep infinity
        docker run -d --restart unless-stopped -e MYSQL_ROOT_PASSWORD=$(pwgen -s 16 1) --name kimai-mysql --volumes-from kimai-volumes mysql
        docker run -d --restart unless-stopped --name kimai --link kimai-mysql:mysql --volumes-from kimai-volumes -p 80:80 mwaeckerlin/kimai

Got to http:https://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 .

About

Kimai - OpenSource Time Tracking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages