Originally posted in #get-help::channel, moved by @Specify
I’ve tried the docker composition with option all in one. I’m able to start all the container on my VM with docker but it says Nginx Bad gate way accessing on the web-browser. Any help or tips
/docker-entrypoint.sh: Configuration complete; ready for start up
2023/10/01 12:08:26 [emerg] 1#1: host not found in resolver “set” in /etc/nginx/conf.d/default.conf:30
nginx: [emerg] host not found in resolver “set” in /etc/nginx/conf.d/default.conf:30
There appears to be a typo in location / block (the last block of nginx configuration). The line resolver 127.0.0.11 valid=30s is missing a semicolon at the end. Everything else looks correct. Can you retry after fixing that?