Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.08 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.08 KB

Docker Setups Hub

This hub lists my different repositories containing Docker files for quickly setting up local servers for various development environments.

NGINX-Proxy Network Development Server

This repository sets up a standalone NGINX Reverse-Proxy Docker network that allows you to run multiple local servers simultaneously, all using unique local domain names on the standard 80 (HTTP) or 443 (HTTPS) ports. This removes the need to manage port numbers, gives you clean domains to work from (no appended port number), and manages running your local domains on the HTTPS protocol with self-created TLS certificates.

PHP Development Servers

WordPress Development Servers