Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 377 Bytes

Dockerfile for Kanboard

Dockerfile for latest stable release of Kanboard.

To build your own image:

make image

To fetch the images and run it:

docker pull kanboard/kanboard
docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:stable

More information on Kanboard's website.