"Docker compose -f 4g-volte-deploy-opensips.yaml up" will successfully run but open5gs_init.sh was not deploying some containers. The naming of the components was resulting in a bad component name. In 4g-volte-deploy-opensips.yaml I removed all the dashes from the component name. open5gs_init.sh would no attempt to deploy the containers.
However the initialization of the containers associated with the component names failed to initialize. The container initialization file could not be found bcause of the file names didn't match the component names.
Example for smf component
/open5gs_init.sh: line 83: /mnt/smf/smf1_init.sh: No such file or directory
Deploying component: 'smf1'
9ae1caf4d886 docker_open5gs "/bin/sh -c /open5gs…" About an hour ago Exited (127) 8 minutes ago smf
"Docker compose -f 4g-volte-deploy-opensips.yaml up" will successfully run but open5gs_init.sh was not deploying some containers. The naming of the components was resulting in a bad component name. In 4g-volte-deploy-opensips.yaml I removed all the dashes from the component name. open5gs_init.sh would no attempt to deploy the containers.
However the initialization of the containers associated with the component names failed to initialize. The container initialization file could not be found bcause of the file names didn't match the component names.
Example for smf component