From 6d0ccef8f4cc85247e13be01189d36d3eee11678 Mon Sep 17 00:00:00 2001 From: jomo Date: Tue, 10 Feb 2015 01:50:31 +0100 Subject: [PATCH] needs to be listening on 0.0.0.0 !! --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3751d09..9015f67 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,12 @@ Please [visit the website](https://crafatar.com) for details. -v /var/lib/crafatar/images:/app/images -v /var/log/crafatar:/app/logs ``` -0. Deploy with `PORT=5000` +0. Deploy with ENV config: + + ```bash + PORT=5000 + BIND=0.0.0.0 + ``` #### Local * [Install](https://github.com/Automattic/node-canvas/wiki) Cairo.