1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-24 03:28:22 +02:00

docker: add compose documentation notes

This commit is contained in:
Zankaria 2024-05-11 12:34:41 +02:00
parent ffa5c018e7
commit 827373819f

View File

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