About 1,280,000 results
Open links in new tab
  1. 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 …

  2. 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. …

  3. Docker Networking - nginx: [emerg] host not found in upstream

    Nov 11, 2015 · I have recently started migrating to Docker 1.9 and Docker-Compose 1.5's networking features to replace using links. So far with links there were no problems with nginx …

  4. 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: …

  5. 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 …

  6. show IP address of a docker nginx container in its content

    Nov 21, 2023 · I would like to see IP addresses of the running nginx containers in its content (web pages). I tried to modify the original nginx image (as seen below) but the created containers …

  7. 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 …

  8. Force Nginx to use browser port on redirect instead of docker …

    Aug 18, 2020 · When I map Nginx server with different ports on host and guest the location redirect follows guests port instead of the port from requested uri. Step to reproduce: $ cat …

  9. Update NGINX version in Docker Container - Stack Overflow

    Sep 4, 2023 · How to update the nginx version inside the container? docker exec -it /bin/bash to get inside the container file system and run apt-get install nginx to update nginx

  10. How can I use environment variables in Nginx.conf - Server Fault

    Feb 21, 2014 · I have a docker container running Nginx, that links to another docker container. The host name and IP address of the second container is loaded into the Nginx container as …