Help forwarding ports from docker-compose
オープン
- 主要言語
- Go
- スター
- 30.8k
- フォーク
- 613
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hey,
I have this docker-compose
```yaml
version: "2"
services:
frontend:
ports:
- "80:80"
- "443:443"
extra_hosts:
- "dev.frontend.com:${HOSTIP}"
```
I can build the container just fine with Colima but the connection is not working
It does work with the Docker desktop app
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。