parent
21023f61bb
commit
3bcfcfe311
Binary file not shown.
@ -0,0 +1,20 @@
|
|||||||
|
[PANIC]Error processing environment variables: envconfig.Process: assigning S3_USE_AWS_MANAGED_IAM to S3UseAwsManagedIam: converting '' to type bool. details: strconv.ParseBool: parsing "": invalid syntax
|
||||||
|
|
||||||
|
|
||||||
|
方法:
|
||||||
|
https://github.com/langgenius/dify/issues/18284
|
||||||
|
|
||||||
|
1、Modify your .env file to include default values:
|
||||||
|
|
||||||
|
PLUGIN_S3_USE_AWS_MANAGED_IAM=false
|
||||||
|
PLUGIN_S3_USE_PATH_STYLE=false
|
||||||
|
|
||||||
|
2、Update your docker-compose.yaml file to include default values:
|
||||||
|
|
||||||
|
plugin_daemon:
|
||||||
|
environment:
|
||||||
|
S3_USE_AWS_MANAGED_IAM: ${PLUGIN_S3_USE_AWS_MANAGED_IAM:-false}
|
||||||
|
|
||||||
|
重新启动:
|
||||||
|
docker compose down
|
||||||
|
docker compose up -d
|
@ -0,0 +1,5 @@
|
|||||||
|
https://docker.aityp.com/image/docker.io/openjdk:24-ea-21-jdk-slim
|
||||||
|
|
||||||
|
https://jdk.java.net/24/
|
||||||
|
|
||||||
|
https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL/openjdk-24.0.1_windows-x64_bin.zip
|
Loading…
Reference in new issue