binary1ne commited on
Commit
570cbfa
·
verified ·
1 Parent(s): 87827f1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,7 +19,7 @@ ENV KEYCLOAK_ADMIN_PASSWORD=admin
19
  EXPOSE 7860
20
 
21
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh" ]
22
- CMD ["start", "--help]
23
  CMD ["start",\
24
  "--http-port=7860", \
25
  "--http-enabled=true",\
@@ -27,5 +27,5 @@ CMD ["start",\
27
  "--metrics-enabled=true",\
28
  "--hostname-strict=false", \
29
  "--proxy-headers=xforwarded",\
30
- "--proxy-protocol-enabled=true",\
31
  "--proxy-trusted-addresses=0.0.0.0,localhost"]
 
19
  EXPOSE 7860
20
 
21
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh" ]
22
+ CMD ["start", "--help"]
23
  CMD ["start",\
24
  "--http-port=7860", \
25
  "--http-enabled=true",\
 
27
  "--metrics-enabled=true",\
28
  "--hostname-strict=false", \
29
  "--proxy-headers=xforwarded",\
30
+ "--proxy=true",\
31
  "--proxy-trusted-addresses=0.0.0.0,localhost"]