Expose port 443

Steven Goossens 2020-07-08 11:37:23 +02:00 committed by GitHub
parent d7215e65e3
commit 8757f061e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ RUN sed -i 's/checkInstaller$/#checkInstaller/' /tmp/INSTALL.sh
RUN bash /tmp/INSTALL.sh -c
VOLUME /var/www/MISP
EXPOSE 80 2222
EXPOSE 80 443
ENTRYPOINT ["/run.sh"]