An open API service indexing awesome lists of open source software.

https://github.com/nguyenantoine/nginx-proxy

Docker-compose for nginx-proxy
https://github.com/nguyenantoine/nginx-proxy

docker-compose nginx-proxy

Last synced: 12 months ago
JSON representation

Docker-compose for nginx-proxy

Awesome Lists containing this project

README

          

# Nginx Proxy docker-compose

[Using Nginx Proxy Docker Image](https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/wiki/Basic-usage)

## Installation

You need to create the directories for the volumes :

```bash
mkdir -p /path/to/nginx-proxy/certs
mkdir -p /path/to/nginx-proxy/html
mkdir -p /path/to/nginx-proxy/vhost.d
```

Start the composition :

```bash
docker-compose up -d
```