diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index c3868513cb..cf1a4bc41a 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -85,7 +85,7 @@ services: 5gc: condition: service_healthy # Command to run into the final container - command: gnb -c /gnb_config.yml amf --addr ${OPEN5GS_IP:-10.53.1.2} --bind_addr ${GNB_IP:-10.53.1.3} + command: gnb -c /gnb_config.yml metrics-server: container_name: metrics_server @@ -140,7 +140,7 @@ services: configs: gnb_config.yml: - file: ${GNB_CONFIG_PATH:-../configs/gnb_rf_b200_tdd_n78_20mhz.yml} # Path to your desired config file + file: ${GNB_CONFIG_PATH:-../configs/gnb_rf_b200_tdd_n78_20mhz.yml} # Path to your desired config file and configure cu_cp.amf.addr (i.e. 10.53.1.2) and cu_cp.amf.bind_addr (i.e. 10.53.1.3) values. volumes: gnb-storage: