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.
- Docker 19.03 or higher
- Docker Compose 1.27 or higher
- Download the latest version
- Create a new Docker network called
nginx-proxy
- Running the Proxy Containers:
docker-compose up -d
If you are looking for a script for initial server settings on DigitalOcean, Linone, AWS EC2 or similar, see the repository cubedserver/server-setup
- Fork this repository!
- Create your feature from the develop branch: git checkout -b feature/my-new-feature
- Write and comment your code
- Commit your changes:
git commit -am 'Add some feature'
- Push the branch:
git push origin feature/my-new-feature
- Make a pull request to the branch develop
Licensed under the MIT License.s