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