mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 06:15:26 +00:00
Update example.env (#1445)
Added HTTP_PUBLISH_PORT variable for updating the published port. Default value will be 8080. if we want to update the port we can specify here.
This commit is contained in:
parent
30cc91bfd4
commit
2deb97b7b5
@ -23,6 +23,9 @@ LETSENCRYPT_EMAIL=mail@example.com
|
||||
# and do want to access it by `127.0.0.1` host. Than you would set this variable to `mysite`.
|
||||
FRAPPE_SITE_NAME_HEADER=
|
||||
|
||||
# Default value is `8080`.
|
||||
HTTP_PUBLISH_PORT=
|
||||
|
||||
# Default value is `127.0.0.1`. Set IP address as our trusted upstream address.
|
||||
UPSTREAM_REAL_IP_ADDRESS=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user