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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -38,4 +38,6 @@ 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","--http-enabled=true", "--https-port=-1", "--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"]
42
+ CMD ["start", "--optimized", "--http-enabled=true", "--http-port=8888", "--hostname-strict=false"]
43
+