Expected behavior
Nginx container to fully start
Actual behavior
Nginx stops with the following error
2026/02/26 15:19:21 [emerg] 1#1: host not found in upstream "feed-key:3000" in /etc/nginx/conf.d/default.conf:6 nginx: [emerg] host not found in upstream "feed-key:3000" in /etc/nginx/conf.d/default.conf:6
Steps to reproduce
I've just used the latest compose.yaml file which includes the changes to use ngix #614 .
If I open default.conf.template and remove the feed-key upstream and location nginx then starts fine.
Expected behavior
Nginx container to fully start
Actual behavior
Nginx stops with the following error
2026/02/26 15:19:21 [emerg] 1#1: host not found in upstream "feed-key:3000" in /etc/nginx/conf.d/default.conf:6 nginx: [emerg] host not found in upstream "feed-key:3000" in /etc/nginx/conf.d/default.conf:6Steps to reproduce
I've just used the latest compose.yaml file which includes the changes to use ngix #614 .
If I open default.conf.template and remove the feed-key upstream and location nginx then starts fine.