Closed judzk closed 1 year ago
It's hard to help on this issue because I don't have enough details.
Failed to load resource: the server responded with a status of 404 (Not Found)
That doesn't seem right. But I don't know which request is throwing that error.
Sounds like something is misconfigured.
Hi, thanks for the reply, i don't see any networks error Here some log when i use the webui
dozzle | level=debug msg="stopping stats streaming for container ed516a45246e"
dozzle | level=debug msg="stopping stats streaming for container aee7f997a789"
dozzle | level=debug msg="stopping stats streaming for container 2265c3c71721"
dozzle | level=debug msg="stopping stats streaming for container f27258113bac"
dozzle | level=debug msg="stopping stats streaming for container e3aee3fe07f2"
dozzle | level=debug msg="stopping stats streaming for container ac11ec400350"
dozzle | level=debug msg="stopping stats streaming for container fbab3302f903"
dozzle | level=debug msg="stopping stats streaming for container 07adc5c57142"
dozzle | level=debug msg="stopping stats streaming for container 93ac9089bcaa"
dozzle | level=debug msg="stopping stats streaming for container 2e2852031566"
dozzle | level=debug msg="starting to stream stats for: 2e2852031566"
dozzle | level=debug msg="starting to stream stats for: 93ac9089bcaa"
dozzle | level=debug msg="starting to stream stats for: 07adc5c57142"
dozzle | level=debug msg="starting to stream stats for: fbab3302f903"
dozzle | level=debug msg="starting to stream stats for: ac11ec400350"
dozzle | level=debug msg="starting to stream stats for: e3aee3fe07f2"
dozzle | level=debug msg="starting to stream stats for: aee7f997a789"
dozzle | level=debug msg="starting to stream stats for: ed516a45246e"
dozzle | level=debug msg="starting to stream stats for: f27258113bac"
dozzle | level=debug msg="starting to stream stats for: 2265c3c71721"
dozzle | level=trace msg="ignoring docker event: exec_create: /dozzle healthcheck"
dozzle | level=trace msg="ignoring docker event: exec_start: /dozzle healthcheck"
dozzle | level=trace msg="Executing healthcheck request"
dozzle | level=trace msg="ignoring docker event: exec_die"
dozzle | level=trace msg="ignoring docker event: exec_create: /bin/sh -c /app/healthcheck.sh"
dozzle | level=trace msg="ignoring docker event: exec_start: /bin/sh -c /app/healthcheck.sh"
dozzle | level=trace msg="ignoring docker event: exec_die"
dozzle | level=trace msg="ignoring docker event: exec_create: /dozzle healthcheck"
dozzle | level=trace msg="ignoring docker event: exec_start: /dozzle healthcheck"
dozzle | level=trace msg="Executing healthcheck request"
dozzle | level=trace msg="ignoring docker event: exec_die"
I just use a docker-compose
version: "3"
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 9000:8080
environment:
DOZZLE_LEVEL: trace
healthcheck:
test: [ "CMD", "/dozzle", "healthcheck" ]
interval: 3s
timeout: 30s
retries: 5
start_period: 30s
labels:
- com.centurylinklabs.watchtower.enable=true
restart: unless-stopped
I'm on debian 11, fresh install from yesterday, juste apt update and docker on it.
That seems right.
So your browser's network tab has no errors? That doesn't explain how you are seeing Failed to load resource: the server responded with a status of 404
.
I'll run on debian really quick to see if I see this.
I started a brand new instance via DigitalOcean.
Installed Docker via
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
Copied your docker-compose.yml
above and did docker compose up
.
Everything seems to work fine for me. 🤔
No errors for me either. I think you'll have to figure out what's different for you.
OK Thanks for the feedback, i tryed on a server at work, debian 11 also and it work just fine. I will try to figure it out
Ok i just figured it out :) When i use the IP of my server, it work just fine. When i use the DNS, it doesn't work ... The DNS is provided by mon openwrt server
Hi, I read the FAQ, but it doesn't apply on my case cause i use no reverse proxy. Docker on debian 11 Traefik for reverse proxy, but i don't use it for dozzle When i check the console in dev mode :
Any idea? But the tool seem realy great !