From 0172780440e936d2fdd543a30263b799488b21f4 Mon Sep 17 00:00:00 2001 From: Yves Lavoie Date: Wed, 21 Jun 2017 20:30:02 -0400 Subject: [PATCH] Use port 5000 for development --- Dockerfile | 2 +- start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8f4159..9e4574e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -85,7 +85,7 @@ RUN mkdir -p /tmp && \ chmod 1777 /tmp # Internal Port Expose -EXPOSE 5762 +EXPOSE 5000 # If ledgersmb.conf does not exist, www-data user needs to be able to create it. RUN chown www-data /srv/ledgersmb USER www-data diff --git a/start.sh b/start.sh index 248c7b1..cfff8ad 100755 --- a/start.sh +++ b/start.sh @@ -32,4 +32,4 @@ done ; echo "Selected PERL5LIB=$PERL5LIB"; # start ledgersmb -exec starman --port 5762 tools/starman.psgi +exec starman --port 5000 tools/starman.psgi