Fixed http2 port
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Yurii Vlasov 2023-01-27 18:16:12 +02:00
parent fd1844c924
commit 3cd0bedd1b

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