diff --git a/docker/doc.md b/docker/doc.md index e022f170..051ae56e 100644 --- a/docker/doc.md +++ b/docker/doc.md @@ -14,3 +14,7 @@ The folder structure expected by compose is as follows └── www ``` The vichan container is by itself much less rigid. + + +Use `docker compose up --build` to start the docker compose. +Use `docker compose up --build -d php` to rebuild just the vichan container while the compose is running. Useful for development.