feat: add pull_policy to Docker compose example (#3693)
add pull_policy to Docker compose example
This commit is contained in:
parent
82b6daee53
commit
255c604730
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ version: "3.8"
|
|||
|
||||
services:
|
||||
langflow:
|
||||
image: langflowai/langflow:latest
|
||||
image: langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow
|
||||
pull_policy: always # set to 'always' when using 'latest' image
|
||||
ports:
|
||||
- "7860:7860"
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue