Help forwarding ports from docker-compose
Open
- Dominant language
- Go
- Stars
- 30.8k
- Forks
- 613
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.