From d87ea449eb47660449b70068762f074492a5b391 Mon Sep 17 00:00:00 2001 From: Alec Armbruster Date: Thu, 7 Mar 2019 16:14:44 -0800 Subject: [PATCH] Update example.env --- example.env | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example.env b/example.env index 25a62359..37c9cfa7 100644 --- a/example.env +++ b/example.env @@ -6,6 +6,8 @@ POSTGRES_PASSWORD=changeme BUILD_INFO=latest # Port to expose HTTP service +# Set to 127.0.0.1:8080 if you wish to reverse-proxy the docker's port, +# otherwise the port specified here will be publicly accessible PORT=8080 # Directory to store image data