feat: fix error when start

This commit is contained in:
arch3rPro
2025-10-24 11:10:33 +08:00
parent a0de0a2472
commit 4fbc3db992
2 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,8 @@ services:
langflow: langflow:
image: langflowai/langflow:1.6.5 # or another version tag on https://hub.docker.com/r/langflowai/langflow image: langflowai/langflow:1.6.5 # or another version tag on https://hub.docker.com/r/langflowai/langflow
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
pull_policy: always # set to 'always' when using 'latest' image pull_policy: always # set to 'always' when using 'latest' image
user: root
ports: ports:
- "${PANEL_APP_PORT_HTTP}:7860" - "${PANEL_APP_PORT_HTTP}:7860"
depends_on: depends_on:

View File

@@ -2,7 +2,8 @@ services:
langflow: langflow:
image: langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow image: langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
pull_policy: always # set to 'always' when using 'latest' image pull_policy: always # set to 'always' when using 'latest' image
user: root
ports: ports:
- "${PANEL_APP_PORT_HTTP}:7860" - "${PANEL_APP_PORT_HTTP}:7860"
depends_on: depends_on: