Skip to content

Commit

Permalink
docker: expose HTTPS port
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno committed Nov 1, 2024
1 parent 8deb347 commit 64f2407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ARG APP=/usr/src/openwec
ARG DATA=/var/lib/openwec/data
ARG DB=/var/lib/openwec/db

EXPOSE 5985
EXPOSE 5985 5986
ENV APP_USER=openwec

ENV DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 64f2407

Please sign in to comment.