Skip to main content

All Questions

Tagged with
0 votes
0 answers
9 views

How to set-up Nginx conf to not pick Alphabetic order incase URL doesn't match reques

Wasn't sure how to word out the title but i have multiple docker server running wp/nginx Now we have a conf with a block for 80 and 443 for every site in the conf.d dir and in Cloudflare point the ip ...
Dean Michael's user avatar
0 votes
0 answers
49 views

Rebooting breaks dns-server docker container

This is my ~/docker-webdev-stack/docker-compose.yml services: dns-server: container_name: dns-server hostname: dns-server image: technitium/dns-server:latest # For DHCP deployments, ...
Daviid's user avatar
  • 118
0 votes
0 answers
77 views

docker container can't resolve hostnames defined in dns-server container

dns-server container version: "3" services: dns-server: container_name: dns-server hostname: dns-server image: technitium/dns-server:latest # For DHCP deployments, use &...
Daviid's user avatar
  • 118
0 votes
1 answer
165 views

Wireguard queries showing up in PiHole, but no return packets are recieved by the client

I've got a docker bridge network with Wireguard and PiHole containers running within. I've forwarded all necessary ports, and using 192.168.1.208 (My server ip) as my DNS in the router works great on ...
techgenius101's user avatar
1 vote
1 answer
1k views

Docker with systemd-networkd

I have a fresh install of Arch, using systemd-networkd as the network manager and systemd-resolved for DNS resolution. I am trying to run a number of containers, but none of them are able to access ...
Robert's user avatar
  • 31
0 votes
0 answers
698 views

Can't get AdGuard-home to work for docker containers

Today I had to remove and re-install my AdGuard-home container. Stupid me... I've removed it before reviewing the full container config, so I don't know exactly how I had it setup before, when it was ...
Joost's user avatar
  • 1
0 votes
1 answer
938 views

Docker desktop is failing DNS lookup on both Windows and Mac

I have three machines on the same network (simple, home one with BT router) Windows, Mac and Linux. The first two, running Docker Desktop (4.23.0) exhibit this issue, while the Linux one (running ...
Terminologist's user avatar
0 votes
1 answer
680 views

Apache reverse proxy reroute URL to docker container in local network

I started slowly pulling my hair out. I cannot believe such a simple thing causes me this much headache. What I'm basically trying to achieve is to make http://maris-minipc/portainer to point to http:/...
Jumpman's user avatar
  • 113
1 vote
0 answers
82 views

Cannot deploy new containers when using custom DNS

I reset my proxmox server. The first thing I put back online was my AdGuard home DNS server. But when trying to deploy other containers I got an error message. I tried different containers but they ...
Gijs Kruize's user avatar
3 votes
1 answer
2k views

CNAME to local domain does not resolve

I have a server on my LAN wich I want to access with a public domain name, but it should be reachable only within my local network. To do that, I added a CNAME record on my domain (example.org) to ...
Simon Lenz's user avatar
0 votes
0 answers
411 views

Docker containers unable to resolve dns on CentOS 7

it's my first post here, let's hope i'll do ok! I'm migrating to a new vps, and it runs on CentOS Linux release 7.9.2009 (Core), and unfortunatelly the host wont allow me to change to a distro that i'...
Pablo Souza's user avatar
0 votes
0 answers
121 views

Bind9 container can't resolve domain name

I have set up a Bind9 container in order to allow my host machine to resolve "www.beesafe.co" as my apache server (which is running in another container with 172.19.0.4 IP address). However, ...
Yaël Point's user avatar
1 vote
0 answers
196 views

Publish Docker containers via Avahi(-register-service)?

I am getting an OpenWRT router soon (FriendlyElec R6S) and while planning what to run on it, I was wondering if it was possible to publish my Jellyfin container by using Avahi? My main goal is to use ...
Ingwie Phoenix's user avatar
1 vote
0 answers
529 views

Point an external DNS to Docker DNS

I'm just getting started with Docker and if I can make this work I will switch all my services to it. I originally disliked Docker because I thought the only way to access containers was to forward ...
Gigibu5's user avatar
  • 11
6 votes
1 answer
15k views

docker containers cannot reach internet in bridge network mode

TL;DR How can I fix the bridge docker0 to be able to reach internet from my containers when in network mode bridge? There was a power outage a couple of weeks ago that apparently destroyed a server ...
albertoperdomo2's user avatar

15 30 50 per page