Skip to content

Commit

Permalink
feat: add pull_policy to Docker compose example (#3693)
Browse files Browse the repository at this point in the history
add pull_policy to Docker compose example
  • Loading branch information
mieslep authored Sep 6, 2024
1 parent 82b6dae commit 255c604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker_example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 255c604

Please # to comment.