docker: expose port 9980 in Dockerfile (useful for inter-container communication)
Change-Id: I9596dfe4909a904d458ed054d71ab4fea45adebe Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88434 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
parent
ef48e44c0e
commit
ef37f40665
1 changed files with 1 additions and 0 deletions
|
@ -35,4 +35,5 @@ RUN chown lool: /opt/lool/child-roots
|
|||
RUN loolwsd-systemplate-setup /opt/lool/systemplate /opt/libreoffice >/dev/null 2>&1
|
||||
RUN touch /var/log/loolwsd.log
|
||||
RUN chown lool /var/log/loolwsd.log
|
||||
EXPOSE 9980
|
||||
CMD bash /run-lool.sh
|
||||
|
|
Loading…
Reference in a new issue