Document container restart workflow

This commit is contained in:
2026-04-07 15:39:17 +02:00
parent 66221f27c7
commit 9ca9233bf6

View File

@@ -9,6 +9,7 @@ Before making any code or file change that results in a diff:
After completing a requested change:
- Create a commit with a clear message.
- Push the commit to the current remote branch.
- Rebuild and restart affected services with `docker compose -f /root/fb/docker-compose.yml up -d --build backend web` so backend and settings changes are live.
## Scope