From 1fff186d77555b7fda62f258c3b3b3a305f86299 Mon Sep 17 00:00:00 2001 From: blackcat Date: Wed, 21 Aug 2024 15:34:33 +0000 Subject: [PATCH] fix: docker-compose.yaml tngf image name --- docker-compose.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0efe1e4..aec2bdd 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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