Skip to content

Commit

Permalink
updated docker documentation #397 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybatch authored and kevinpapst committed Nov 9, 2018
1 parent d72596f commit 0a1c2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/docs/docker.md
Expand Up @@ -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 \
Expand Down

0 comments on commit 0a1c2d8

Please sign in to comment.