Summary
|
The following ports are exposed. |
|
|
|
| Port | Description | |
|
| ---- | ----------- | |
|
| `80` | HTTP | |
But the container does not show them as exposed which cause issues with traefik as it doesn not detect the http port. Is fixable by additional traefik config but I think the Containerfile should include EXPOSE?
Summary
container-freescout/README.md
Lines 318 to 322 in 7121db9
But the container does not show them as exposed which cause issues with traefik as it doesn not detect the http port. Is fixable by additional traefik config but I think the Containerfile should include
EXPOSE?