mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
add -port=28333 to Dockerfile
This commit is contained in:
parent
08748e664b
commit
bf0bc9b735
@ -21,5 +21,5 @@ ENV HOME /root
|
|||||||
VOLUME /root/.twister
|
VOLUME /root/.twister
|
||||||
|
|
||||||
# Run twisterd by default
|
# Run twisterd by default
|
||||||
ENTRYPOINT ["/twister-core/twisterd", "-rpcuser=user", "-rpcpassword=pwd", "-rpcallowip=172.17.42.1", "-htmldir=/twister-html", "-printtoconsole"]
|
ENTRYPOINT ["/twister-core/twisterd", "-rpcuser=user", "-rpcpassword=pwd", "-rpcallowip=172.17.42.1", "-htmldir=/twister-html", "-printtoconsole", "-port=28333"]
|
||||||
EXPOSE 28332
|
EXPOSE 28332
|
||||||
|
Loading…
x
Reference in New Issue
Block a user