Skip to content

GzEvD/docker-nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-nginx-proxy by GzEvD mbH.

Setup the jwilder/nginx-proxy docker-compose container with a Shell script.

Usage

./start.sh

If you use the proxy for other docker containers you may want to add those lines to your docker-compose.yml. For more informations please visit the jwilder/nginx-proxy repo.

version: '2.1'
services:
  web:
    image: reinblau/lamp:5.6
    volumes:
      - ./src:/var/www/html
    restart: always
    ports:
      - "80"
    networks:
      - proxy_front
    environment:
      VIRTUAL_HOST: example.dd
networks:
  proxy_front:
    external: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages