Changed Docker port to 80 by default
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Yurii Vlasov 2023-01-27 17:59:47 +02:00
parent d3b0876054
commit fd1844c924
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ FROM nginx:stable-alpine AS runner
WORKDIR /usr/share/nginx/html
LABEL maintainer="maintainers@vikunja.io"
ENV VIKUNJA_HTTP_PORT 8080
ENV VIKUNJA_HTTP2_PORT 8081
ENV VIKUNJA_HTTP_PORT 80
ENV VIKUNJA_HTTP2_PORT 80
ENV VIKUNJA_LOG_FORMAT main
ENV VIKUNJA_API_URL http://localhost:3456/api/v1
ENV VIKUNJA_SENTRY_ENABLED false