You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some images do not use the EXPOSE instruction in a Dockerfile and without it, Traefik do not know how to forward the traffic to the container.
Since seelf rely on the port being defined in a compose file, we could easily add the needed label "traefik.http.services.service_name.loadbalancer.server.port=80" to prevent unreachable services.
The text was updated successfully, but these errors were encountered:
## [1.0.3](v1.0.2...v1.0.3) (2023-07-04)
### Bug Fixes
* closes [#26](#26), always add the container target port using a traefik label ([e9cfabc](e9cfabc))
Some images do not use the
EXPOSE
instruction in a Dockerfile and without it, Traefik do not know how to forward the traffic to the container.Since seelf rely on the port being defined in a compose file, we could easily add the needed label
"traefik.http.services.service_name.loadbalancer.server.port=80"
to prevent unreachable services.The text was updated successfully, but these errors were encountered: