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,