From 4d67adb277698ef86efb00d301087d6ef1aa8027 Mon Sep 17 00:00:00 2001 From: Christopher Usher Date: Tue, 27 Aug 2019 09:08:58 -0700 Subject: [PATCH] editing a comment --- docker-compose.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.jsonnet b/docker-compose.jsonnet index 9288958..2725a5a 100644 --- a/docker-compose.jsonnet +++ b/docker-compose.jsonnet @@ -37,7 +37,7 @@ database_path:: "/var/lib/wubloader_postgres/", // The host's port to expose each service on. - // Only the nginx needs to be externally accessible - the other non-database ports are routed through nginx. + // Only nginx (and postgres if that is being deployed) needs to be externally accessible - the other non-database ports are routed through nginx. ports:: { restreamer: 8000, thrimshim: 8004,