gpt4 book ai didi

java - 尝试运行 docker compose 时出错

转载 作者:行者123 更新时间:2023-12-03 16:48:01 26 4
gpt4 key购买 nike

当我运行命令时 docker-compose -f docker-compose.yml up我的容器正常启动。
在 IntelliJ 中,当打开文件 docker-compose.yml 时,会出现执行容器的按钮,当我尝试通过 * .yml 文件直接上传容器时,出现以下错误:

Failed to deploy 'Compose: docker-compose': Sorry but parent: com.intellij.execution.impl.ConsoleViewImpl[,0,0,1188x368,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=] has already been disposed (see the cause for stacktrace) so the child: com.intellij.util.Alarm@7566093f will never be disposed. 
我的 docker-compose.yml 文件:
version: 3.4
services:
api.logistics-service:
container_name: logistics-service
build: ./docker
ports:
- "8080:8080"

最佳答案

我有同样的问题。版本错误 docker-compose.yaml导致第一次启动时出错。
修复此问题后,我无法再启动任何 docker-compose-services。
看起来像一个 IntelliJ 错误。
在这种情况下,只需重新启动 IntelliJ。

关于java - 尝试运行 docker compose 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63928330/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com