From 0a1c2d844047f7ffe415514baf7811376e915e58 Mon Sep 17 00:00:00 2001 From: Toby Batch Date: Fri, 9 Nov 2018 13:07:49 +0000 Subject: [PATCH] updated docker documentation #397 (#398) --- var/docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/docs/docker.md b/var/docs/docker.md index 17599516..1c7edaab 100644 --- a/var/docs/docker.md +++ b/var/docs/docker.md @@ -50,7 +50,7 @@ To install the fixtures: ## Developing against the docker -It is possible to mount your source tree and sqlite DB into the container at run time. +It is possible to mount your source tree and sqlite DB into the container at run time. **N.B. The sqlite database needs to writable by the www-data user.** Use ```chown 33:33 kimai.sqlite``` on the host machine. docker run --rm -d -p 8001:8001 \ -v $(pwd)/src:/opt/kimai/src \