fix(wger): another fix (#3011)

This commit is contained in:
Stavros Kois 2022-06-29 11:29:59 +03:00 committed by GitHub
parent f74f8b40a1
commit ce7f298125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ name: wger
sources:
- https://github.com/wger-project/wger
- https://github.com/wger-project/docker
version: 0.0.4
version: 0.0.5
annotations:
truecharts.org/catagories: |
- life

View File

@ -365,7 +365,7 @@ questions:
description: "The UserID of the user running the application"
schema:
type: int
default: 0
default: 1000
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"

View File

@ -106,7 +106,7 @@ configmap:
server {
listen 80;
location / {
proxy_pass http://localhost;
proxy_pass http://localhost:8000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_redirect off;