Force the use of port 15441 inside the container
This commit is contained in:
parent
e23dc5bda3
commit
75879de47a
1 changed files with 1 additions and 1 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
|
||||
CMD (! ${ENABLE_TOR} || tor&) && python zeronet.py --ui_ip 0.0.0.0 --fileserver_port 15441
|
||||
|
||||
#Expose ports
|
||||
EXPOSE 43110 15441
|
||||
|
|
Loading…
Reference in a new issue