Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 251 Bytes

Docker compose file for Leantime project management tool

Usage

  • copy example.env to .env

    cp example.env .env

  • replace values with preferred credentials

  • run docker-compose

    docker-compose up -d

  • open http://localhost and enjoy!