From a4f8baa1f0c807a801fc7946c51eb428b67c9620 Mon Sep 17 00:00:00 2001 From: joereith Date: Wed, 29 Nov 2023 16:41:46 -0500 Subject: [PATCH] Update 03-VoLTE-dockerized.md (#2763) * Update 03-VoLTE-dockerized.md adding "-" in docker-compose commands and added filename t the docker-compose command * Adding up command to docker-compose Need to bring docker images up to run the Open5Gs system. --- docs/_docs/tutorial/03-VoLTE-dockerized.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/_docs/tutorial/03-VoLTE-dockerized.md b/docs/_docs/tutorial/03-VoLTE-dockerized.md index 2d22e8375..77033e782 100644 --- a/docs/_docs/tutorial/03-VoLTE-dockerized.md +++ b/docs/_docs/tutorial/03-VoLTE-dockerized.md @@ -76,7 +76,7 @@ SGWU_ADVERTISE_IP --> Change this to value of DOCKER_HOST_IP set above only if e If eNB is NOT running in the same docker network/host as the host running the dockerized Core + IMS then follow the below additional steps -Under `mme` section in docker compose file (`docker-compose.yaml`, `nsa-deploy.yaml`), uncomment the following part +Under `mme` section in docker-compose file (`docker-compose.yaml`, `nsa-deploy.yaml`), uncomment the following part ``` ... @@ -85,7 +85,7 @@ Under `mme` section in docker compose file (`docker-compose.yaml`, `nsa-deploy.y ... ``` -Under `sgwu` section in docker compose file (`docker-compose.yaml`, `nsa-deploy.yaml`), uncomment the following part +Under `sgwu` section in docker-compose file (`docker-compose.yaml`, `nsa-deploy.yaml`), uncomment the following part ``` ... @@ -99,7 +99,8 @@ Under `sgwu` section in docker compose file (`docker-compose.yaml`, `nsa-deploy. ``` cd docker_open5gs source .env -docker compose build --no-cache +docker-compose -f deploy-all.yaml build --no-cache +docker-compose -f deploy-all.yaml up ``` #### 5. (Optional) Run srsENB in a separate container @@ -111,15 +112,15 @@ srsENB separately. ``` cd docker_open5gs source .env -docker compose -f srsenb.yaml build --no-cache -docker compose -f srsenb.yaml up +docker-compose -f srsenb.yaml build --no-cache +docker-compose -f srsenb.yaml up ``` #### 6. Configuration and register two UE If there is a need to change the Core Network component configuration files found under their respective folder, make sure to re-compile images using -`docker compose build` again. +`docker-compose build` again. {: .notice--warning} Open (http://:3000) in a web browser, where is