You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@dev-fj-srv:/home/server/code/fangjian/ubuntu/dootask# docker -v
Docker version 24.0.2, build cb74dfc
root@dev-fj-srv:/home/server/code/fangjian/ubuntu/dootask# docker compose version
Docker Compose version v2.18.1
root@dev-fj-srv:/home/server/code/fangjian/ubuntu/dootask# uname -a
Linux dev-fj-srv 5.4.0-81-generic #91~18.04.1-Ubuntu SMP Fri Jul 23 13:36:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
多个容器出现数据库报错,APP_IPPR此项需要如何配置
2024/09/23 20:36:31 dootask-okr/app/core/db.go:56
[error] failed to initialize database, got error dial tcp: lookup "${APP_IPPR}.5": no such host
数据库加载失败: dial tcp: lookup "${APP_IPPR}.5": no such host
2024/09/23 20:38:26 数据库初始化!!
2024/09/23 20:38:26 数据库连接失败 err: dial tcp: lookup "${APP_IPPR}.5": no such host
希望得到的解决方案:
docker-compose.yml 里面很多格式存在问题,请修正
需要提供一份可以运行的 .env.docker 配置文件
The text was updated successfully, but these errors were encountered:
运行环境
root@dev-fj-srv:/home/server/code/fangjian/ubuntu/dootask# docker -v Docker version 24.0.2, build cb74dfc root@dev-fj-srv:/home/server/code/fangjian/ubuntu/dootask# docker compose version Docker Compose version v2.18.1 root@dev-fj-srv:/home/server/code/fangjian/ubuntu/dootask# uname -a Linux dev-fj-srv 5.4.0-81-generic #91~18.04.1-Ubuntu SMP Fri Jul 23 13:36:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
多个容器出现数据库报错,
APP_IPPR
此项需要如何配置2024/09/23 20:38:26 数据库初始化!! 2024/09/23 20:38:26 数据库连接失败 err: dial tcp: lookup "${APP_IPPR}.5": no such host
希望得到的解决方案:
docker-compose.yml
里面很多格式存在问题,请修正.env.docker
配置文件The text was updated successfully, but these errors were encountered: