Skip to content

Commit af9bb2f

Browse files
authored
Merge pull request #159 from Alonza0314/fix/n3iwue-tag
Fix/n3iwue tag
2 parents 1daa2a1 + 26d6640 commit af9bb2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-ulcl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ services:
295295

296296
#n3iwue:
297297
# container_name: n3iwue
298-
# image: free5gc/n3iwue:v4.1.0
298+
# image: free5gc/n3iwue:latest
299299
# command: bash -c "ip route del default && ip route add default via 10.100.200.1 dev eth0 metric 203 && sleep infinity"
300300
# volumes:
301301
# - ./config/n3uecfg.yaml:/n3iwue/config/n3ue.yaml

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ services:
300300

301301
n3iwue:
302302
container_name: n3iwue
303-
image: free5gc/n3iwue:v4.1.0
303+
image: free5gc/n3iwue:latest
304304
command: bash -c "ip route del default && ip route add default via 10.100.200.1 dev eth0 metric 203 && sleep infinity"
305305
volumes:
306306
- ./config/n3uecfg.yaml:/n3iwue/config/n3ue.yaml

0 commit comments

Comments
 (0)