Forward udp port from docker

This commit is contained in:
phahulin 2017-06-25 23:48:38 +03:00 committed by GitHub
parent 235cb2ecfc
commit 5cb773287b
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ start_docker() {
sudo docker run -d \\
--name oracles-poa \\
-p 30300:30300 \\
-p 30300:30300/udp \\
-p 8080:8080 \\
-p 8180:8180 \\
-p 8540:8540 \\