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