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
This is a...
Web interface is not reachable
Leads infinite request:
curl http://localhost/admin/ curl http://192.168.1.53/admin/
version: "3" services: pihole: container_name: pihole image: pihole/pihole:latest ports: - "53:53/tcp" - "53:53/udp" - "67:67/udp" - "80:80/tcp" - "443:443/tcp" environment: TZ: 'Europe/Moskow' VIRTUAL_HOST: '192.168.1.53' ServerIP: '192.168.1.53' volumes: - './etc-pihole/:/etc/pihole/' - './etc-dnsmasq.d/:/etc/dnsmasq.d/' dns: - 127.0.0.1 - 1.1.1.1 cap_add: - NET_ADMIN restart: unless-stopped
root@aeda4951173b:/# tail /var/log/lighttpd/error.log 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument 2020-01-31 23:53:56: (server.c.1805) fdevent_poll failed: Invalid argument
docker run
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.
Sorry, something went wrong.
No branches or pull requests
This is a...
Description
Web interface is not reachable
Leads infinite request:
Debug steps I have tried
docker run
example in the readme (removing any customizations I added)Lighttpd doesn't start on fresh container with --net=host #432
The text was updated successfully, but these errors were encountered: