binary1ne commited on
Commit
1e34edf
·
verified ·
1 Parent(s): 79bf27b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -24,4 +24,6 @@ COPY --from=builder /opt/keycloak/ /opt/keycloak/
24
  EXPOSE 8888
25
 
26
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
27
- CMD ["start", "--optimized", "--http-enabled=true", "--http-port=7860", "--hostname-strict=false"]
 
 
 
24
  EXPOSE 8888
25
 
26
  ENTRYPOINT ["/opt/keycloak/bin/kc.sh"]
27
+ # CMD ["start", "--optimized", "--http-enabled=true", "--http-port=7860", "--hostname-strict=false"]
28
+ CMD ["start", "--optimized", "--http-enabled=true", "--http-port=7860", "--hostname-strict=false", "--hostname=0.0.0.0"]
29
+