Use port 5000 for development

This commit is contained in:
Yves Lavoie 2017-06-21 20:30:02 -04:00
parent 608dfe6c3d
commit 0172780440
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ RUN mkdir -p /tmp && \
chmod 1777 /tmp chmod 1777 /tmp
# Internal Port Expose # Internal Port Expose
EXPOSE 5762 EXPOSE 5000
# If ledgersmb.conf does not exist, www-data user needs to be able to create it. # If ledgersmb.conf does not exist, www-data user needs to be able to create it.
RUN chown www-data /srv/ledgersmb RUN chown www-data /srv/ledgersmb
USER www-data USER www-data

View File

@ -32,4 +32,4 @@ done ;
echo "Selected PERL5LIB=$PERL5LIB"; echo "Selected PERL5LIB=$PERL5LIB";
# start ledgersmb # start ledgersmb
exec starman --port 5762 tools/starman.psgi exec starman --port 5000 tools/starman.psgi