Change to port 26552
This commit is contained in:
parent
75879de47a
commit
9b046ecc75
2 changed files with 4 additions and 4 deletions
|
@ -22,7 +22,7 @@ ENV ENABLE_TOR false
|
|||
WORKDIR /root
|
||||
|
||||
#Set upstart command
|
||||
CMD (! ${ENABLE_TOR} || tor&) && python zeronet.py --ui_ip 0.0.0.0 --fileserver_port 15441
|
||||
CMD (! ${ENABLE_TOR} || tor&) && python zeronet.py --ui_ip 0.0.0.0 --fileserver_port 26552
|
||||
|
||||
#Expose ports
|
||||
EXPOSE 43110 15441
|
||||
EXPOSE 43110 26552
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue