Force the use of port 15441 inside the container

This commit is contained in:
rllola 2018-04-06 00:25:53 +02:00
parent e23dc5bda3
commit 75879de47a
1 changed files with 1 additions and 1 deletions

View File

@ -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