Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
richturner committed Dec 13, 2021
1 parent 2d2803e commit e58f49a
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 @@ -25,7 +25,7 @@ ENV DB_SCHEMA ${DB_SCHEMA:-public}
ENV KEYCLOAK_USER ${KEYCLOAK_USER:-admin}
ENV KEYCLOAK_PASSWORD ${SETUP_ADMIN_PASSWORD:-secret}
ENV PROXY_ADDRESS_FORWARDING ${PROXY_ADDRESS_FORWARDING:-true}
ENV KEYCLOAK_FRONTEND_URL ${KEYCLOAK_FRONTEND_URL:}
ENV KEYCLOAK_FRONTEND_URL ${KEYCLOAK_FRONTEND_URL:-}
ENV TZ ${TZ:-Europe/Amsterdam}

ARG GIT_REPO
Expand Down

0 comments on commit e58f49a

Please sign in to comment.