@@ -3,7 +3,7 @@ version: "3.8"
33services :
44 free5gc-i-upf :
55 container_name : i-upf
6- image : free5gc/upf:v3.4.5
6+ image : free5gc/upf:v4.0.0
77 command : bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
88 volumes :
99 - ./config/ULCL/upfcfg-i-upf.yaml:/free5gc/config/upfcfg.yaml
@@ -17,7 +17,7 @@ services:
1717
1818 free5gc-psa-upf :
1919 container_name : psa-upf
20- image : free5gc/upf:v3.4.5
20+ image : free5gc/upf:v4.0.0
2121 command : bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
2222 volumes :
2323 - ./config/ULCL/upfcfg-psa-upf.yaml:/free5gc/config/upfcfg.yaml
@@ -44,7 +44,7 @@ services:
4444
4545 free5gc-nrf :
4646 container_name : nrf
47- image : free5gc/nrf:v3.4.5
47+ image : free5gc/nrf:v4.0.0
4848 command : ./nrf -c ./config/nrfcfg.yaml
4949 expose :
5050 - " 8000"
@@ -63,7 +63,7 @@ services:
6363
6464 free5gc-amf :
6565 container_name : amf
66- image : free5gc/amf:v3.4.5
66+ image : free5gc/amf:v4.0.0
6767 command : ./amf -c ./config/amfcfg.yaml
6868 expose :
6969 - " 8000"
@@ -81,7 +81,7 @@ services:
8181
8282 free5gc-ausf :
8383 container_name : ausf
84- image : free5gc/ausf:v3.4.5
84+ image : free5gc/ausf:v4.0.0
8585 command : ./ausf -c ./config/ausfcfg.yaml
8686 expose :
8787 - " 8000"
@@ -99,7 +99,7 @@ services:
9999
100100 free5gc-nssf :
101101 container_name : nssf
102- image : free5gc/nssf:v3.4.5
102+ image : free5gc/nssf:v4.0.0
103103 command : ./nssf -c ./config/nssfcfg.yaml
104104 expose :
105105 - " 8000"
@@ -117,7 +117,7 @@ services:
117117
118118 free5gc-pcf :
119119 container_name : pcf
120- image : free5gc/pcf:v3.4.5
120+ image : free5gc/pcf:v4.0.0
121121 command : ./pcf -c ./config/pcfcfg.yaml
122122 expose :
123123 - " 8000"
@@ -135,7 +135,7 @@ services:
135135
136136 free5gc-smf :
137137 container_name : smf
138- image : free5gc/smf:v3.4.5
138+ image : free5gc/smf:v4.0.0
139139 command : ./smf -c ./config/smfcfg.yaml -u ./config/uerouting.yaml
140140 expose :
141141 - " 8000"
@@ -156,7 +156,7 @@ services:
156156
157157 free5gc-udm :
158158 container_name : udm
159- image : free5gc/udm:v3.4.5
159+ image : free5gc/udm:v4.0.0
160160 command : ./udm -c ./config/udmcfg.yaml
161161 expose :
162162 - " 8000"
@@ -175,7 +175,7 @@ services:
175175
176176 free5gc-udr :
177177 container_name : udr
178- image : free5gc/udr:v3.4.5
178+ image : free5gc/udr:v4.0.0
179179 command : ./udr -c ./config/udrcfg.yaml
180180 expose :
181181 - " 8000"
@@ -195,7 +195,7 @@ services:
195195
196196 free5gc-chf :
197197 container_name : chf
198- image : free5gc/chf:v3.4.5
198+ image : free5gc/chf:v4.0.0
199199 command : ./chf -c ./config/chfcfg.yaml
200200 expose :
201201 - " 8000"
@@ -235,7 +235,7 @@ services:
235235
236236 free5gc-webui :
237237 container_name : webui
238- image : free5gc/webui:v3.4.5
238+ image : free5gc/webui:v4.0.0
239239 command : ./webui -c ./config/webuicfg.yaml
240240 expose :
241241 - " 2122"
0 commit comments