diff options
Diffstat (limited to 'docs/docker.markdown')
-rw-r--r-- | docs/docker.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docker.markdown b/docs/docker.markdown index 92fcf2c3..33a58006 100644 --- a/docs/docker.markdown +++ b/docs/docker.markdown @@ -12,7 +12,7 @@ Build your own Docker image From your kanboard directory run the following command: ```bash -docker build -t youruser\kanboard:master . +docker build -t youruser/kanboard:master . ``` To run your image in background on the port 80: @@ -38,6 +38,8 @@ Run the image: docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:master ``` +Note: This image is not necessary up to date + Store your data on a volume --------------------------- |