Jump to content

kngoswg

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by kngoswg

  1. 9 hours ago, Squid said:

    I checked this out yesterday.  The template is actually set for container port of 9022.  And take make matters worse, because of how the template is created, you cannot simply change the container port.  You actually have to delete the port mapping and create another one.

     

    Thanks! That worked!

  2. I am attempting to use this docker and I cannot connect with ssh. the connection is refused. I see that the host port being mapped is 9022, but was wondering why the port is being mapped to the application port of 9022 instead of 22? I connect to the GitLab-CE docker with the command:

    sudo docker -it GitLab-CE /bin/bash

    and list the ssh port within the docker with the command:

    grep Port /etc/ssh/sshd_config

     this is returning Port 22

     

    I don't see anyway to modify the app ports. Has anyone else got ssh connections to work with this docker?

×
×
  • Create New...