From c372db9a797c493f0881b11852906e2a32880ae5 Mon Sep 17 00:00:00 2001 From: Jason Puglisi Date: Tue, 3 May 2016 15:55:36 +0000 Subject: [PATCH] Update readme with custom listening port information --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 294b791..4d3c866 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ current song. ## Usage Last.fm Now can be run on any server, and it listens on port 3000 by default. -You should use a proper web server such as NGINX to forward outside traffic to -the app. The app operates completely under the `/now` location. +You can change the listening port by setting it to the LFMN\_PORT environment +variable. You should use a proper web server such as NGINX to forward outside +traffic to the app. The app operates completely under the `/now` location. The app is hosted officially at [wagnaria.xyz/now](https://wagnaria.xyz/now).