problem in reaching ssh vm docker keycloak

75 views
Skip to first unread message

Fabrizio Marangio

unread,
Apr 22, 2022, 9:11:05 AM4/22/22
to Keycloak User
Hi all, i started a keycloak server in developer mode on a vm using this docker-compose file.

version: '3.3'
services:
  keycloak:
    image: jboss/keycloak:latest
    ports:
      - "8024:8080"
    environment:
      - KEYCLOAK_USER=admin
      - KEYCLOAK_PASSWORD=password

I access this vm via ssh with private and public key.
On the vm the container is up and running but if i try to make a tunnel to reach the WebUI of keycloack on the localhost:8024 i can't reach it.

Someone can help me?
Thanks
Reply all
Reply to author
Forward
0 new messages