Also load SSH port from env

This commit is contained in:
Luke Murphy 2020-07-02 14:47:50 +02:00
parent 31c6e15b96
commit 344fcfe192

View File

@ -45,7 +45,7 @@ services:
- "traefik.tcp.routers.gitea-ssh.rule=HostSNI(`*`)"
- "traefik.tcp.routers.gitea-ssh.entrypoints=gitea-ssh"
- "traefik.tcp.services.gitea-ssh.loadbalancer.server.port=2222"
- "traefik.tcp.services.gitea-ssh.loadbalancer.server.port=${SSH_HOST_PORT}"
mariadb:
image: "mariadb:10.5"