Skip to content

Commit

Permalink
fix: docker-compose.yaml tngf image name
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcat-118 committed Aug 21, 2024
1 parent 4721de6 commit 1fff186
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,10 @@ services:
- free5gc-amf
- free5gc-smf
- free5gc-upf

free5gc-tngf:
container_name: tngf
build:
context: ./nf_tngf
args:
DEBUG_TOOLS: "false"
image: free5gc/tngf:latest
command: ./tngf -c ./config/tngfcfg.yaml
volumes:
- ./config/tngfcfg.yaml:/free5gc/config/tngfcfg.yaml
Expand Down

0 comments on commit 1fff186

Please sign in to comment.