We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
v2.5.6 of the image appears to have an issue. It won't start at all, be it with a dockerfile or single command line.
v2.5.5 with the same dockerfile works with no issue.
Docker file:
services: mrtg: image: fboaventura/dckr-mrtg:v2.5.5 container_name: mrtg restart: always hostname: mrtg domainname: foo.com ports: - 8084:80 environment: TZ: "Europe/Zurich" HOSTS: "public:192.168.0.1" WEBDIR: "/mrtg/html" volumes: - config:/etc/mrtg/conf.d - data:/mrtg/html labels: - traefik.http.routers.mrtg.rule=Host(mrtg.foo.com`) - traefik.http.services.mrtg.loadbalancer.server.port=80 - traefik.enable=true
services: mrtg: image: fboaventura/dckr-mrtg:v2.5.5 container_name: mrtg restart: always hostname: mrtg domainname: foo.com ports: - 8084:80 environment: TZ: "Europe/Zurich" HOSTS: "public:192.168.0.1" WEBDIR: "/mrtg/html" volumes: - config:/etc/mrtg/conf.d - data:/mrtg/html labels: - traefik.http.routers.mrtg.rule=Host(
volumes: config: data:
networks: default: name: proxy_exposed external: true `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
v2.5.6 of the image appears to have an issue.
It won't start at all, be it with a dockerfile or single command line.
v2.5.5 with the same dockerfile works with no issue.
Docker file:
services: mrtg: image: fboaventura/dckr-mrtg:v2.5.5 container_name: mrtg restart: always hostname: mrtg domainname: foo.com ports: - 8084:80 environment: TZ: "Europe/Zurich" HOSTS: "public:192.168.0.1" WEBDIR: "/mrtg/html" volumes: - config:/etc/mrtg/conf.d - data:/mrtg/html labels: - traefik.http.routers.mrtg.rule=Host(
mrtg.foo.com`)- traefik.http.services.mrtg.loadbalancer.server.port=80
- traefik.enable=true
volumes:
config:
data:
networks:
default:
name: proxy_exposed
external: true
`
The text was updated successfully, but these errors were encountered: