1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Fix external Port

External Port should be 80, as it would result in RSS Feeds with the Port 3001 otherwise.
This commit is contained in:
D5k H3h 2021-08-04 03:16:27 +02:00 committed by GitHub
parent 2fd06d45ea
commit a5d1f073d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ port: __PORT__
## Accepted values: 1-65535
## Default: <none>
##
external_port: __PORT__
external_port: 80
##
## Interface address to listen on for incoming connections.