Help forwarding ports from docker-compose
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 30.8k
- Forks
- 613
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.