Fixed http2 port
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Yurii Vlasov 2023-01-27 18:16:12 +02:00
parent fd1844c924
commit 3cd0bedd1b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ WORKDIR /usr/share/nginx/html
LABEL maintainer="maintainers@vikunja.io"
ENV VIKUNJA_HTTP_PORT 80
ENV VIKUNJA_HTTP2_PORT 80
ENV VIKUNJA_HTTP2_PORT 81
ENV VIKUNJA_LOG_FORMAT main
ENV VIKUNJA_API_URL http://localhost:3456/api/v1
ENV VIKUNJA_SENTRY_ENABLED false