mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: fix error when start
This commit is contained in:
@@ -2,7 +2,8 @@ services:
|
||||
langflow:
|
||||
image: langflowai/langflow:1.6.5 # or another version tag on https://hub.docker.com/r/langflowai/langflow
|
||||
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:
|
||||
- "${PANEL_APP_PORT_HTTP}:7860"
|
||||
depends_on:
|
||||
|
||||
@@ -2,7 +2,8 @@ services:
|
||||
langflow:
|
||||
image: langflowai/langflow:latest # or another version tag on https://hub.docker.com/r/langflowai/langflow
|
||||
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:
|
||||
- "${PANEL_APP_PORT_HTTP}:7860"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user