Closed Braintelligence closed 6 years ago
I'm getting the ports, but they are labels coming from "0":
@alexanderkjeldaas can you provide an example docker-compose.yml
please ?
version: '3.5'
services:
test:
networks:
- test
image: test
ports:
- "${TEST}:8888"
networks:
test:
external: true
of course in the above ${TEST} is unknown
this also produces the same output:
version: '3.5'
services:
test:
networks:
- test
image: test
ports:
- "0.0.0.0:80:8888"
networks:
test:
external: true
Hey there,
if docker-compose looks like this:
Then the created image shows 0 as port instead of 80.