Commit 54027d27 authored by Cedric Roux's avatar Cedric Roux

fix tutorial: use "docker-compose", not "docker compose"

parent 6022fe5a
......@@ -71,13 +71,13 @@ docker build --target ims --tag asterisk-ims:latest --file ~/oai-cn5g/Dockerfile
## 3.1 Start OAI CN5G
```bash
cd ~/oai-cn5g
docker compose up -d
docker-compose up -d
```
## 3.2 Stop OAI CN5G
```bash
cd ~/oai-cn5g
docker compose down
docker-compose down
```
# 4. Run 5G NR SA end-to-end setup with OAI gNB
......@@ -87,4 +87,4 @@ Please check this link:
## 4.2 Testing with OAI nrUE
Please check this link:
[Testing with OAI gNB and OAI nrUE](NR_SA_Tutorial_OAI_nrUE.md)
\ No newline at end of file
[Testing with OAI gNB and OAI nrUE](NR_SA_Tutorial_OAI_nrUE.md)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment