Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ EXPOSE 7860
|
|
| 24 |
ENTRYPOINT ["/opt/keycloak/bin/kc.sh", "start", \
|
| 25 |
"--http-port=7860", \
|
| 26 |
"--hostname-strict=false", \
|
| 27 |
-
"--proxy-headers"]
|
|
|
|
| 24 |
ENTRYPOINT ["/opt/keycloak/bin/kc.sh", "start", \
|
| 25 |
"--http-port=7860", \
|
| 26 |
"--hostname-strict=false", \
|
| 27 |
+
"--proxy-headers=xforwarded"]
|