Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (26 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.28 KB

NGINX Proxy

Template for quick configuration of Docker containers for reverse proxy with NGINX, automatic configuration of virtualhosts and generation of SSL certificates with Let's Encrypt.

Requirements

  • Docker 19.03 or higher
  • Docker Compose 1.27 or higher

Installation

  1. Download the latest version
  2. Create a new Docker network called nginx-proxy
  3. Running the Proxy Containers: docker-compose up -d

Tips

If you are looking for a script for initial server settings on DigitalOcean, Linone, AWS EC2 or similar, see the repository cubedserver/server-setup

Contributing

  1. Fork this repository!
  2. Create your feature from the develop branch: git checkout -b feature/my-new-feature
  3. Write and comment your code
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push the branch: git push origin feature/my-new-feature
  6. Make a pull request to the branch develop

Credits

License

Licensed under the MIT License.s