Closed r00tb33 closed 1 year ago
Hi,
Because for whatever reason it seems not to like the configs section in the docker-compose.yaml file. So it is not mounting the volumes with the YAML files.
This issue is related to the other one you posted days ago. Could you please tell me which docker and docker compose version are you using?
Hi @Borjis131 ,
Docker : Docker version 20.10.17, build 100c701
Docker-compose : docker-compose version 1.28.5, build c4eb3a1f
Thanks for the response!!
Thanks @r00tb33, I am unable to test it now but I will reply as soon as I try it.
Hi @r00tb33,
The issue is that you are using the docker-compose
binary instead of the docker compose
.
Those two are different versions of compose and the docker-compose
one is deprecated, you can see a bit of explanation here.
If you want to continue using this version, you need to adapt the existing docker-compose.yaml files to this format.
I am using the docker engine version 24.0.3
with the docker compose plugin version v2.19.1
.
If you want to update your environment, uninstall docker and docker-compose and then install a newer docker version with the docker compose plugin.
Hope it helps!
Thanks it worked with compose plugin.
Hi @Borjis131 ,
I've built the basic deployment and the docker images are up and running but I am facing the following errors for all the core components...
Why are the "yaml" files not readable?
Also, I've the above "yaml" files in
docker-open5gs/configs/basic/*.yaml
location.I am not able to figure out why the binaries are looking for the config in other location.
Pls suggest how to proceed ahead!!
Thanks.