
[英]How to expose a Github Docker container action's ports to be accessible to the rest of the workflow
我正在尝试创建一个 GitHub 操作来初始化在端口8000中服务的ChromaDB服务器,并将其公开给工作流的 rest。 目前要初始化服务器,您只需运行docker-compose up -d即可启动服务器。 这在本地和 github 操作工作流中都有效。name: Docker Compose ...