From ba39af912680d60f399b35a58e34a771e15f9efd Mon Sep 17 00:00:00 2001 From: gordonthree Date: Tue, 3 Jun 2025 09:42:51 -0400 Subject: [PATCH] added ports info to the compose example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a048428..0e262a7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,8 @@ services: - WSQS_settings_units_select=us - WSQS_latLonQuery="90210 Beverly Hills CA USA" # There are more possibilities, check the permalink for a complete list - + ports: + - 8080:8080 # change the first 8080 to meet your local network needs restart: unless-stopped ```