Make 'TARGET' configurable
This commit makes the TARGET of the self container redirect configurable.
This commit is contained in:
parent
2dfed350e0
commit
65a42f61e9
4 changed files with 29 additions and 1 deletions
|
|
@ -76,6 +76,7 @@ load_template "docker-env/self" \
|
|||
"VIRTUAL_HOST" "${DEFAULT_DOMAIN}" \
|
||||
"LETSENCRYPT_HOST" "${LETSENCRYPT_HOST}" \
|
||||
"LETSENCRYPT_EMAIL" "${LETSENCRYPT_EMAIL}" \
|
||||
"TARGET" "${SELF_REDIRECT}" \
|
||||
> "$DEPLOY_SELF_DIR/.env"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue