updated docker documentation #397 (#398)

This commit is contained in:
Toby Batch
2018-11-09 13:07:49 +00:00
committed by Kevin Papst
parent d72596f000
commit 0a1c2d8440

View File

@@ -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 \