fix(wger): another fix (#3011)
This commit is contained in:
parent
f74f8b40a1
commit
ce7f298125
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue