From b21ec4f5048dcfca80e9cf1268010148ca3b71ce Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 2 Aug 2019 15:51:15 +0200 Subject: [PATCH] [gitea] Add link for SSH setup --- alpine/gitea/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/gitea/README.md b/alpine/gitea/README.md index 38498ed..438cf48 100644 --- a/alpine/gitea/README.md +++ b/alpine/gitea/README.md @@ -38,5 +38,5 @@ through the web UI, but here goes. ## TODO * Instructions for setting up SSH with Gitea's built-in SSH server and the SSH - server running on the host. + server running on the host. https://docs.gitea.io/en-us/install-with-docker/ * Real world configuration.