fix: Remove superfluous port declaration.
This commit is contained in:
parent
b4f726def5
commit
b7fd2cff45
@ -7,7 +7,6 @@ outline_utils_secret: 'changeme'
|
|||||||
outline_deployment: ''
|
outline_deployment: ''
|
||||||
|
|
||||||
outline_port: 3000
|
outline_port: 3000
|
||||||
outline_public_port: "{{ outline_port }}"
|
|
||||||
outline_url: "http://localhost:{{ outline_public_port }}"
|
outline_url: "http://localhost:{{ outline_public_port }}"
|
||||||
outline_force_https: "false"
|
outline_force_https: "false"
|
||||||
outline_enable_updates: "false"
|
outline_enable_updates: "false"
|
||||||
|
@ -18,9 +18,8 @@ REDIS_URL=redis://redis:6379
|
|||||||
|
|
||||||
# Must point to the publicly accessible URL for the installation
|
# Must point to the publicly accessible URL for the installation
|
||||||
URL={{ outline_url }}
|
URL={{ outline_url }}
|
||||||
{% if outline_public_port %}
|
PORT=3000
|
||||||
PORT={{ outline_public_port }}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
# Optional. If using a Cloudfront distribution or similar the origin server
|
# Optional. If using a Cloudfront distribution or similar the origin server
|
||||||
# should be set to the same as URL.
|
# should be set to the same as URL.
|
||||||
|
Loading…
Reference in New Issue
Block a user