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_port: 3000
|
||||
outline_public_port: "{{ outline_port }}"
|
||||
outline_url: "http://localhost:{{ outline_public_port }}"
|
||||
outline_force_https: "false"
|
||||
outline_enable_updates: "false"
|
||||
|
@ -18,9 +18,8 @@ REDIS_URL=redis://redis:6379
|
||||
|
||||
# Must point to the publicly accessible URL for the installation
|
||||
URL={{ outline_url }}
|
||||
{% if outline_public_port %}
|
||||
PORT={{ outline_public_port }}
|
||||
{% endif %}
|
||||
PORT=3000
|
||||
|
||||
|
||||
# Optional. If using a Cloudfront distribution or similar the origin server
|
||||
# should be set to the same as URL.
|
||||
|
Loading…
Reference in New Issue
Block a user