From 827373819f3ea8deb76c4b3ae135f419bb119089 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 11 May 2024 12:34:41 +0200 Subject: [PATCH] docker: add compose documentation notes --- docker/doc.md | 4 ++++ 1 file changed, 4 insertions(+) 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.