Skip to content

Commit

Permalink
Update README.md fix typo in docs/configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Borjis131 committed Feb 8, 2023
1 parent b2540ec commit 344c9d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Open5GS 5G Core Network Functions images ready for Docker.

This repository contains the Dockerfiles and docker compose files used to deploy a configurable 5G Core.

The repository uses the same release version tags as Open5GS, so to use an specific Open5GS version just select the appropiate tag.

The Docker images are available in DockerHub: `borieher/<nf_name>:<open5gs_version>`

## Use it

All the images depend on the base image. So first, update the `.env` file with the desired values to use:
Expand Down Expand Up @@ -45,7 +49,7 @@ docker compose -f compose-files/basic-v3/docker-compose.yaml --env-file=.env up
docker-compose -f compose-files/basic-v2/docker-compose.yaml up -d
```

## Use it
## Manage it
```bash
# Run the basic deployment with docker compose (v2)
docker compose -f compose-files/basic-v3/docker-compose.yaml --env-file=.env up -d
Expand Down
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ You can override the command being run in the container by using the command sec
nssf:
...
command: "-c /open5gs/config/nssf.yaml"
...
```

## The `basic` Docker compose deployment
Expand Down

0 comments on commit 344c9d1

Please sign in to comment.