tubbadu, 1 year ago on the server host myserverhostname correctly resolves, but if I enter the container (docker exec -it nginx-app-1 bash) it does not work anymore: <span style="color:#323232;">[root@docker-11e3869f946f:/app]# host tserver </span><span style="color:#323232;">Host tserver not found: 3(NXDOMAIN) </span> (I had to install dnsutils before) it seems a nginx issue then
on the server host myserverhostname correctly resolves, but if I enter the container (docker exec -it nginx-app-1 bash) it does not work anymore:
host myserverhostname
docker exec -it nginx-app-1 bash
<span style="color:#323232;">[root@docker-11e3869f946f:/app]# host tserver </span><span style="color:#323232;">Host tserver not found: 3(NXDOMAIN) </span>
(I had to install dnsutils before)
dnsutils
it seems a nginx issue then