KanBoard project management software
Docker image forVerified to work with KanBoard v1.0.31
Usage
Build the image:
docker build -t you/imagename .
Start the image:
docker run -v /data:/data -p 80:80 you/imagename
Browse to http://dockerip/ and login with admin/admin.
Volume structure
htdocs
: Webrootlogs
: Nginx/PHP error logs