mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-01 21:00:43 +00:00
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:
parent
06b07df684
commit
fb6dd01111
9 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue