keywal
keywal
RRuntipi
Created by keywal on 5/1/2025 in #🙋🏼・help
Unable to start apps after Update to 4.0
Hey guys, updated today but i'm getting problems with the networks. Roughly half of my apps wont start.
docker-compose: failed to create network cup_migrated_cup_migrated_network: Error response from daemon: all predefined address pools have been fully subnetted
docker-compose: failed to create network cup_migrated_cup_migrated_network: Error response from daemon: all predefined address pools have been fully subnetted
54 replies
RRuntipi
Created by keywal on 1/15/2024 in #🙋🏼・help
Pihole 403 Error on local_domain
Hi folks, Small issue with the Traefik labels on pihole. Issue: Error 403 Forbidden on https://pihole.${LOCAL_DOMAIN} Accessing on http://ip is working fine. Cause: '/admin' not added to the URL. If you use https://pihole.${LOCAL_DOMAIN}/admin you can get to the login screen. Suggest defining another middleware in the docker compose or globally in dynamic.yml Label: - "traefik.http.middlewares.pihole-admin.addprefix.prefix=/admin" Dynamic: http: middlewares: pihole-admin: addPrefix: prefix: "/admin"
1 replies