Skip to content

sheedy/docker-kanboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Kanboard

Based on Kanboard for Docker

I just added the gd library and used php5enmod to enable it. I also removed the EXPOSE 80 as I am using jwilder/nginx-proxy to dynamically add hosts/ports.

Build your own Docker image

From your kanboard directory run the following command:

docker build -t youruser/kanboard:master .

To run your image in background on the port 80:

docker run -d --name kanboard -p 80:80 -t youruser/kanboard:master

Store your data on a volume

You can also save your data outside of the container, on the local machine:

docker run -d --name kanboard -v /your/local/data/folder:/var/www/html/data -p 80:80 -t youruser/kanboard:master

About

Cusotmised Docker based Kanboard install

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published