From 358f85d9317f11cc8211b47aadd120757938cb60 Mon Sep 17 00:00:00 2001 From: zulumann Date: Wed, 9 Apr 2025 23:40:06 +0200 Subject: [PATCH] Docker/Gitea/docker-compose.yaml aktualisiert --- Docker/Gitea/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Gitea/docker-compose.yaml b/Docker/Gitea/docker-compose.yaml index f940353..20288ed 100644 --- a/Docker/Gitea/docker-compose.yaml +++ b/Docker/Gitea/docker-compose.yaml @@ -4,7 +4,7 @@ # authorized keys file that Gitea will use for persistent key storage. # touch /opt/stack/gitea/ssh/authorized_keys -# Next, change the permissions on this file so that it’s read+write for the owner only. +# Next, change the permissions on this file so that it is read+write for the owner only. # chmod 600 /opt/stack/gitea/ssh/authorized_keys