From 4002208ad95203cc2a0d4ce56dca5770946ff540 Mon Sep 17 00:00:00 2001 From: Uwe Schlifkowitz Date: Tue, 18 Feb 2025 09:56:51 +0000 Subject: [PATCH] fix: typos in comments --- docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index e89df72b8df..2559a2e2fd0 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -73,8 +73,8 @@ services: configs: - gnb_config.yml # Customize your desired network mode. - # current netowrk configuration creastes a private netwoek with both containers attached - # An alterantive would be `network: host"`. That would expose your host network into the container. It's the easiest to use if the 5gc is not in your PC + # current network configuration creates a private network with both containers attached + # An alternative would be `network: host"`. That would expose your host network into the container. It's the easiest to use if the 5gc is not in your PC networks: ran: ipv4_address: ${GNB_IP:-10.53.1.3}