From 75879de47a000d6bc75e3bdb46724059e1af2905 Mon Sep 17 00:00:00 2001 From: rllola Date: Fri, 6 Apr 2018 00:25:53 +0200 Subject: [PATCH] Force the use of port 15441 inside the container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbfa08a0..982426a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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