Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 464 Bytes

Nginx reverse proxy

Working example of nginx-proxy with letsencrypt companion for your vds/vps.

Usage

Add external network net:

docker network create net

Change params to yours:

[YOUR_EMAIL] in ./docker-compose.yml and ./project.example/docker-compose.yml

[YOURDOMAIN.COM] in ./project.example/docker-compose.yml

Run proxy and project example:

  docker-compose up -d