iamdork / compose

Command line replacement for docker-compose, adding dork magics.
MIT License
2 stars 2 forks source link

Subdomain support #45

Open ohthehugemanatee opened 7 years ago

ohthehugemanatee commented 7 years ago

Currently, subdomain.project.dork.io maps to localhost in DNS, but the nginx proxy doesn't pass the request along. Added some dots to the nginx template so we can use subdomains. NGINX prioritizes exact hostnames over wildcard hostnames, so a user can still explicitly use a subdomain for a different container if they like.