component/web: Add 'HTTPSMETHOD'
This commit sets the 'HTTPSMETHOD' variable on the 'web' component for when https is or is not enabled.
This commit is contained in:
parent
e1ee569629
commit
2ee90bf462
4 changed files with 11 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ services:
|
|||
image: ghcr.io/nginx-proxy/nginx-proxy:alpine
|
||||
environment:
|
||||
- DEFAULT_HOST=${DEFAULT_HOST}
|
||||
- HTTPS_METHOD=${HTTPS_METHOD}
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue