Browse Source

enable git ssh again (maybe, v4)

Jason Playne 3 năm trước cách đây
mục cha
commit
20a0b15304
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      network/docker-compose.yml

+ 2 - 0
network/docker-compose.yml

@@ -74,7 +74,9 @@ services:
       - traefik.http.routers.git.tls=true
       - traefik.http.routers.git.tls.certresolver=le
       - traefik.http.services.git.loadbalancer.server.port=3000
+      - traefik.tcp.routers.git.entrypoints[0]=gitssh
       - traefik.tcp.routers.git.rule=HostSNI(`*`)
+      - traefik.tcp.services.ssh.loadbalancer.server.port=10022
 
   nextcloud:
     image: nextcloud