feat: add pull_policy to Docker compose example (#3693)

add pull_policy to Docker compose example
This commit is contained in:
Phil Miesle 2024-09-06 18:41:47 +01:00 committed by GitHub
commit 255c604730
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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