websocket is our default port/connection (#5679)

This commit is contained in:
tooomm 2025-03-15 02:43:11 +01:00 committed by GitHub
parent 4a0e0ed954
commit 1f0846297f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 9 deletions

View file

@ -26,6 +26,6 @@ RUN cmake .. -DWITH_SERVER=1 -DWITH_CLIENT=0 -DWITH_ORACLE=0 -DWITH_DBCONVERTER=
WORKDIR /home/servatrice
EXPOSE 4747 4748
EXPOSE 4748
ENTRYPOINT [ "servatrice", "--log-to-console" ]