Skip to content

Commit

Permalink
fix: host radius server and IPsec port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcat-118 committed Aug 21, 2024
1 parent c0f698e commit 4721de6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,10 @@ services:
ipv4_address: 10.100.200.16
aliases:
- tngf.free5gc.org
ports:
- "1812:1812/udp"
- "500:500/udp"
- "4500:4500/udp"
depends_on:
- free5gc-amf
- free5gc-smf
Expand Down Expand Up @@ -347,6 +351,7 @@ networks:
- subnet: 10.100.200.0/24
driver_opts:
com.docker.network.bridge.name: br-free5gc


volumes:
dbdata:
4 changes: 4 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@ services:
ipv4_address: 10.100.200.16
aliases:
- tngf.free5gc.org
ports:
- "1812:1812/udp"
- "500:500/udp"
- "4500:4500/udp"
depends_on:
- free5gc-amf
- free5gc-smf
Expand Down

0 comments on commit 4721de6

Please sign in to comment.