build: map port 2500 on the pod
This commit is contained in:
parent
213b7c5234
commit
7aab677ce7
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
|
@ -34,6 +34,7 @@ if ! podman pod exists "$POD"; then
|
|||
-p 2398:2398 \
|
||||
-p 127.0.0.1:2600:2600 \
|
||||
-p 2400:2400 \
|
||||
-p 2500:2500 \
|
||||
-p 12399:12399/udp \
|
||||
-p 12400:12400/udp \
|
||||
-p 12500-12999:12500-12999/udp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue