1289 shaares
1 result
tagged
forgejo
Hi, iam having problem to route ssh to my git container. I tried lot of combinations and am not able to get it working. Traefik is running on different machine than git. Http redirects works all good but ssh is not. Currently iam on this config docker-compose - traefik traefik: depends_on: - authelia image: traefik:latest container_name: traefik restart: unless-stopped environment: CF_DNS_API_TOKEN: CENSORED networks: - traefik_proxy - default...