DocFraggle
This seems very weird. Even though curl can’t get to nginx alias and complains host not found. But I can ping nginx just fine within ACME container.
/ # ping -c 3 nginx
PING nginx (172.22.1.8): 56 data bytes
64 bytes from 172.22.1.8: seq=0 ttl=64 time=0.163 ms
64 bytes from 172.22.1.8: seq=1 ttl=64 time=0.113 ms
64 bytes from 172.22.1.8: seq=2 ttl=64 time=0.113 ms
— nginx ping statistics —
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.113/0.129/0.163 ms
/ # curl -v http://nginx:8081
- Could not resolve host: nginx
- Closing connection
curl: (6) Could not resolve host: nginx
Going back on ACME logs, it seems like this happened around July 1st. I don’t remember changing any settings on the 1st.