binary1ne commited on
Commit
7707f74
·
verified ·
1 Parent(s): 2ccec99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,4 +38,4 @@ EXPOSE 7860
38
  # Run Keycloak on port 8888
39
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
40
  # CMD ["start", "--optimized"]
41
- CMD ["start", "--optimized", "--http-port=7860", "--hostname-strict=false"]
 
38
  # Run Keycloak on port 8888
39
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
40
  # CMD ["start", "--optimized"]
41
+ CMD ["start", "--optimized", "--http-port=7860","--http-enabled=true", "--https-port=-1", "--hostname-strict=false"]