261
edits
mNo edit summary |
mNo edit summary |
||
Line 282: | Line 282: | ||
*For each app you want to use Let's Encrypt SSL on, update '''/srv/nginx-proxy/docker-compose.override.yml''': | *For each app you want to use Let's Encrypt SSL on, update '''/srv/nginx-proxy/docker-compose.override.yml''': | ||
<syntaxhighlight lang="yaml"> | <syntaxhighlight lang="yaml"> | ||
proxyapp: | |||
environments: | environments: | ||
- VIRTUAL_HOST= | - VIRTUAL_HOST=demo.example.com | ||
- VIRTUAL_PORT=8080 | - VIRTUAL_PORT=8080 | ||
- LETSENCRYPT_HOST= | - LETSENCRYPT_HOST=demo.example.com | ||
- LETSENCRYPT_EMAIL=hostmaster@example.com | - LETSENCRYPT_EMAIL=hostmaster@example.com | ||
</syntaxhighlight> | </syntaxhighlight> |