From e1d134f4c2132ab05d9a5650bb81bdd09ff3ac34 Mon Sep 17 00:00:00 2001 From: Firmlyzhu Date: Fri, 2 Jun 2017 16:53:26 +0800 Subject: [PATCH] update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 685335e..54c6a5b 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,15 @@ Pay attention to the following settings: container networks. - PORTAL_URL : the portal of the system. Users access the system by visiting this address. If the system is behind a firewall, then - a reverse proxy should be setup. + a reverse proxy should be setup. Default is MASTER_IP:NGINX_PORT. - NGINX_PORT : the access port of the public portal. User use this port to visit docklet system. - DISTRIBUTED_GATEWAY : whether the users' gateways are distributed or not. Both master and worker must be set by same value. - +- PUBLIC_IP : publick ip of this machine. If DISTRIBUTED_GATEWAY is True, + users' gateways can be setup on this machine. Users can visit this + machine by the public ip. default: IP of NETWORK_DEVICE. + ## Start ## ### distributed file system ###