2024-01-21, 08:11 PM
(2024-01-21, 07:20 PM)tmsrxzar Wrote: is resolv.conf populated with a proper dns server?
cat /etc/resolv.conf
/etc/resolve.conf
is as follows:Code:
search lan
nameserver 127.0.0.11
options ndots:0
What is the best way to add some real DNS servers to there?
command
or entrypoint
in the docker-compose?