abiosoft / abiosoft/colima

Help forwarding ports from docker-compose

Open
#255 4 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.