Skip to content

Commit

Permalink
#15 Se expone el puerto 80 para crear el certificado
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC committed May 16, 2024
1 parent 40379b6 commit 27d796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/keycloak/keycloak.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ EXPOSE 8090
EXPOSE 80

# Comando para iniciar Keycloak en modo de desarrollo con puerto y otros argumentos
CMD ["start-dev", "--import-realm", "--http-port=8090", "--hostname-url=http://syg-keycloak.hdg5fghpcef7a8a2.westeurope.azurecontainer.io:8090"]
CMD ["start-dev", "--import-realm", "--http-port=8090", "--hostname-url=http://syg-keycloak.hdg5fghpcef7a8a2.westeurope.azurecontainer.io"]
# CMD ["start", "--import-realm", "--http-port=8100", "--https-port=8090", "--hostname-url=https://syg-keycloak.hdg5fghpcef7a8a2.westeurope.azurecontainer.io:8090", "--https-certificate-file=/opt/keycloak/certs/keycloakcert.pem", "--https-certificate-key-file=/opt/keycloak/certs/keycloakkey.pem"]

0 comments on commit 27d796c

Please sign in to comment.