I’m using docker on windows 10.
docker run -p 8080:8080 -p 8443:8443 -e KC_DB=mysql -e JDBC_PARAMS=“useSSL=false” -e KC_DB_URL=jdbc:mysql://host.docker.internal:3306/keycloak -e KC_DB_USERNAME=keycloak -e KC_DB_PASSWORD=keycloak
-e KC_HTTP_ENABLED=true
-v “$PWD/keycloak.cer:/etc/x509/https/tls.crt”
-v “$PWD/keycloak.pkey:/etc/x509/https/tls.key”
–name=keycloak Quay start-dev
Why this command creates 2 folders instead of using existing files ?
“keycloak.cer;C”
“keycloak.pkey;C”

Is that rights issue ? If yes how to fix it on windows ? (it’s not easy like linux chmod)