Skip to content

fix: typos in comments #1056

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down