About 12,200,000 results
Open links in new tab
  1. How to configure nginx with multiple docker-compose.yml files?

    Jan 3, 2018 · If I want to setup nginx with my docker containers, one option is to setup the nginx instance in my docker-compose.yml, and link the nginx container to all application containers. …

  2. nginx docker container: 502 bad gateway response

    May 28, 2017 · The Problem Localhost is a bit tricky when it comes to containers. Within a docker container, localhost points to the container itself. This means, with an upstream like this: …

  3. How to link nginx and php-fpm with docker compose?

    May 25, 2025 · I'm learning docker compose and trying to run the project provided from some Docker course. There is the project to link nginx:latest and php:8.2-fpm containers to display …

  4. Expose Grafana from Docker behind Nginx - Stack Overflow

    May 1, 2023 · I am slightly confused about your goals; your title is "Expose Grafana from Docker behind Nginx", but it looks like you're planning to access Grafana in a way that bypasses nginx …

  5. How to run Nginx within a Docker container without halting?

    Docker and all the tooling around docker is expecting that exactly one service is running inside the container. If you need to run a full-fledged Linux distribution inside a container, lxd or systemd …

  6. logging - Have nginx access_log and error_log log to STDOUT and …

    When running Nginx in a Docker container, be aware that a volume mounted over the log dir defeats the purpose of creating a softlink between the log files and stdout/stderr in your …

  7. How to run Nginx docker container with custom config?

    May 10, 2015 · How to run Nginx docker container with custom config? Asked 10 years, 8 months ago Modified 3 years, 6 months ago Viewed 164k times

  8. How to deploy an Angular 18 SSR application, with Docker, docker ...

    Aug 25, 2024 · How to deploy an Angular 18 SSR application, with Docker, docker-compose, and NGINX? Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 2k times

  9. nginx - From inside of a Docker container, how do I connect to the ...

    Jun 20, 2014 · I have an Nginx instance running inside a Docker container. I have a MySQL running on the host system. I want to connect to the MySQL from within my container. MySQL …

  10. Adding SSL certs to NGINX docker container - Stack Overflow

    Jul 18, 2018 · I'm trying to add SSL certs (generated with LetsEncrypt) to my nginx. The nginx is built from a docker-compose file where I create a volume from my host to the container so the …