/docker-kanboard

Dockerfile for building an image to run kanboard on nginx/php/alpine.

Primary LanguageNginxApache License 2.0Apache-2.0

Docker image for KanBoard project management software

Verified 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: Webroot
  • logs: Nginx/PHP error logs