From ab0249e6eb1bc1928f33f466a2f09c3b7bc54bfb Mon Sep 17 00:00:00 2001 From: gordonthree Date: Tue, 3 Jun 2025 12:46:52 -0400 Subject: [PATCH] forgot to replace hypen with underscore --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 852f7ef..7c37a33 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ services: # Following the "Sharing a Permalink" example below, here are a few environment variables defined. Visit that section for a # more complete list of configuration options. - WSQS_latLonQuery="Orlando International Airport Orlando FL USA" - - WSQS_hazards-checkbox=false - - WSQS_current-weather-checkbox=true + - WSQS_hazards_checkbox=false + - WSQS_current_weather_checkbox=true ports: - 8080:8080 # change the first 8080 to meet your local network needs restart: unless-stopped