Skip to content
New issue

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

fboaventura/dckr-mrtg:v2.5.6 not starting #32

Open
ch3lmi opened this issue Jan 29, 2025 · 0 comments
Open

fboaventura/dckr-mrtg:v2.5.6 not starting #32

ch3lmi opened this issue Jan 29, 2025 · 0 comments

Comments

@ch3lmi
Copy link

ch3lmi commented Jan 29, 2025

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
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant