From 9da78a1a8ba12d16c42765eb0d2ec99e90551885 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Wed, 7 Feb 2024 08:41:05 +0100 Subject: [PATCH] docker: Fix typo in readme. --- docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index f372d72..8601468 100644 --- a/docker/README.md +++ b/docker/README.md @@ -52,8 +52,8 @@ The running container can be configured through different environment variables: - `TURN_SERVERS`: A comma-separated list of TURN servers to use. - `GEOIP_LICENSE`: License key to use when downloading the MaxMind GeoIP database. - `GEOIP_URL`: Optional URL to download a MaxMind GeoIP database from. -- `GEOIP_OVERRIDES`: Optional spae-separated list of overrides for GeoIP lookups. -- `CONTINENT_OVERRIDES`: Optional spae-separated list of overrides for continent mappings. +- `GEOIP_OVERRIDES`: Optional space-separated list of overrides for GeoIP lookups. +- `CONTINENT_OVERRIDES`: Optional space-separated list of overrides for continent mappings. - `STATS_IPS`: Comma-separated list of IP addresses that are allowed to access the stats endpoint. - `GRPC_LISTEN`: IP and port to listen on for GRPC requests. - `GRPC_SERVER_CERTIFICATE`: Certificate to use for the GRPC server.