fix: Remove superfluous port declaration.

This commit is contained in:
Laur Ivan 2022-12-11 21:56:33 +01:00
parent b4f726def5
commit b7fd2cff45
2 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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.