docs: add pull_policy always to docker-compose examples

Add pull_policy: always to all open_notebook service definitions
in docker-compose examples across documentation. This ensures
Docker always checks for and pulls newer images when running
docker compose up.

Closes #393
This commit is contained in:
LUIS NOVO 2026-01-09 07:57:25 -03:00
parent 06b07df684
commit fb6dd01111
9 changed files with 17 additions and 0 deletions

View file

@ -23,6 +23,7 @@ All-in-one container setup. **Simpler than Docker Compose, but less flexible.**
services:
open_notebook:
image: lfnovo/open_notebook:v1-latest-single
pull_policy: always
ports:
- "8502:8502" # Web UI (React frontend)
- "5055:5055" # API