Skip to content

Commit

Permalink
fix: version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andy89923 committed Jul 3, 2024
1 parent c412abb commit b51972e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To start the core with a I-UPF and PSA-UPF ULCL configuration, use
docker compose -f docker-compose-ulcl.yaml up
```

> Note: This configuration have been tested using release [free5gc-compose v.3.4.2](https://github.com/free5gc/free5gc-compose/tree/v.3.4.2)
> Note: This configuration have been tested using release [free5gc-compose v3.4.2](https://github.com/free5gc/free5gc-compose/tree/v3.4.2)

Check out the used configuration files at `config/ULCL`.

Expand Down
24 changes: 12 additions & 12 deletions docker-compose-ulcl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
free5gc-i-upf:
container_name: i-upf
image: free5gc/upf:v.3.4.2
image: free5gc/upf:v3.4.2
command: bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
volumes:
- ./config/ULCL/upfcfg-i-upf.yaml:/free5gc/config/upfcfg.yaml
Expand All @@ -17,7 +17,7 @@ services:

free5gc-psa-upf:
container_name: psa-upf
image: free5gc/upf:v.3.4.2
image: free5gc/upf:v3.4.2
command: bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
volumes:
- ./config/ULCL/upfcfg-psa-upf.yaml:/free5gc/config/upfcfg.yaml
Expand All @@ -44,7 +44,7 @@ services:

free5gc-nrf:
container_name: nrf
image: free5gc/nrf:v.3.4.2
image: free5gc/nrf:v3.4.2
command: ./nrf -c ./config/nrfcfg.yaml
expose:
- "8000"
Expand All @@ -62,7 +62,7 @@ services:

free5gc-amf:
container_name: amf
image: free5gc/amf:v.3.4.2
image: free5gc/amf:v3.4.2
command: ./amf -c ./config/amfcfg.yaml
expose:
- "8000"
Expand All @@ -79,7 +79,7 @@ services:

free5gc-ausf:
container_name: ausf
image: free5gc/ausf:v.3.4.2
image: free5gc/ausf:v3.4.2
command: ./ausf -c ./config/ausfcfg.yaml
expose:
- "8000"
Expand All @@ -96,7 +96,7 @@ services:

free5gc-nssf:
container_name: nssf
image: free5gc/nssf:v.3.4.2
image: free5gc/nssf:v3.4.2
command: ./nssf -c ./config/nssfcfg.yaml
expose:
- "8000"
Expand All @@ -113,7 +113,7 @@ services:

free5gc-pcf:
container_name: pcf
image: free5gc/pcf:v.3.4.2
image: free5gc/pcf:v3.4.2
command: ./pcf -c ./config/pcfcfg.yaml
expose:
- "8000"
Expand All @@ -130,7 +130,7 @@ services:

free5gc-smf:
container_name: smf
image: free5gc/smf:v.3.4.2
image: free5gc/smf:v3.4.2
command: ./smf -c ./config/smfcfg.yaml -u ./config/uerouting.yaml
expose:
- "8000"
Expand All @@ -150,7 +150,7 @@ services:

free5gc-udm:
container_name: udm
image: free5gc/udm:v.3.4.2
image: free5gc/udm:v3.4.2
command: ./udm -c ./config/udmcfg.yaml
expose:
- "8000"
Expand All @@ -168,7 +168,7 @@ services:

free5gc-udr:
container_name: udr
image: free5gc/udr:v.3.4.2
image: free5gc/udr:v3.4.2
command: ./udr -c ./config/udrcfg.yaml
expose:
- "8000"
Expand All @@ -187,7 +187,7 @@ services:

free5gc-chf:
container_name: chf
image: free5gc/chf:v.3.4.2
image: free5gc/chf:v3.4.2
command: ./chf -c ./config/chfcfg.yaml
expose:
- "8000"
Expand All @@ -207,7 +207,7 @@ services:

free5gc-webui:
container_name: webui
image: free5gc/webui:v.3.4.2
image: free5gc/webui:v3.4.2
command: ./webui -c ./config/webuicfg.yaml
expose:
- "2122"
Expand Down
24 changes: 12 additions & 12 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
free5gc-upf:
container_name: upf
image: free5gc/upf:v.3.4.2
image: free5gc/upf:v3.4.2
command: bash -c "./upf-iptables.sh && ./upf -c ./config/upfcfg.yaml"
volumes:
- ./config/upfcfg.yaml:/free5gc/config/upfcfg.yaml
Expand All @@ -30,7 +30,7 @@ services:

free5gc-nrf:
container_name: nrf
image: free5gc/nrf:v.3.4.2
image: free5gc/nrf:v3.4.2
command: ./nrf -c ./config/nrfcfg.yaml
expose:
- "8000"
Expand All @@ -49,7 +49,7 @@ services:

free5gc-amf:
container_name: amf
image: free5gc/amf:v.3.4.2
image: free5gc/amf:v3.4.2
command: ./amf -c ./config/amfcfg.yaml
expose:
- "8000"
Expand All @@ -67,7 +67,7 @@ services:

free5gc-ausf:
container_name: ausf
image: free5gc/ausf:v.3.4.2
image: free5gc/ausf:v3.4.2
command: ./ausf -c ./config/ausfcfg.yaml
expose:
- "8000"
Expand All @@ -85,7 +85,7 @@ services:

free5gc-nssf:
container_name: nssf
image: free5gc/nssf:v.3.4.2
image: free5gc/nssf:v3.4.2
command: ./nssf -c ./config/nssfcfg.yaml
expose:
- "8000"
Expand All @@ -103,7 +103,7 @@ services:

free5gc-pcf:
container_name: pcf
image: free5gc/pcf:v.3.4.2
image: free5gc/pcf:v3.4.2
command: ./pcf -c ./config/pcfcfg.yaml
expose:
- "8000"
Expand All @@ -121,7 +121,7 @@ services:

free5gc-smf:
container_name: smf
image: free5gc/smf:v.3.4.2
image: free5gc/smf:v3.4.2
command: ./smf -c ./config/smfcfg.yaml -u ./config/uerouting.yaml
expose:
- "8000"
Expand All @@ -141,7 +141,7 @@ services:

free5gc-udm:
container_name: udm
image: free5gc/udm:v.3.4.2
image: free5gc/udm:v3.4.2
command: ./udm -c ./config/udmcfg.yaml
expose:
- "8000"
Expand All @@ -160,7 +160,7 @@ services:

free5gc-udr:
container_name: udr
image: free5gc/udr:v.3.4.2
image: free5gc/udr:v3.4.2
command: ./udr -c ./config/udrcfg.yaml
expose:
- "8000"
Expand All @@ -180,7 +180,7 @@ services:

free5gc-chf:
container_name: chf
image: free5gc/chf:v.3.4.2
image: free5gc/chf:v3.4.2
command: ./chf -c ./config/chfcfg.yaml
expose:
- "8000"
Expand All @@ -201,7 +201,7 @@ services:

free5gc-n3iwf:
container_name: n3iwf
image: free5gc/n3iwf:v.3.4.2
image: free5gc/n3iwf:v3.4.2
command: sh -c "./n3iwf-ipsec.sh && ./n3iwf -c ./config/n3iwfcfg.yaml"
volumes:
- ./config/n3iwfcfg.yaml:/free5gc/config/n3iwfcfg.yaml
Expand All @@ -222,7 +222,7 @@ services:

free5gc-webui:
container_name: webui
image: free5gc/webui:v.3.4.2
image: free5gc/webui:v3.4.2
command: ./webui -c ./config/webuicfg.yaml
expose:
- "2121"
Expand Down

0 comments on commit b51972e

Please sign in to comment.