diff --git a/Docker/Gitea/docker-compose.yaml b/Docker/Gitea/docker-compose.yaml index 0a853ef..f940353 100644 --- a/Docker/Gitea/docker-compose.yaml +++ b/Docker/Gitea/docker-compose.yaml @@ -1,7 +1,7 @@ # mkdir -p /opt/stack/gitea/{data,ssh} -#In order to allow SSH key authentication with Gitea, you’ll need to create an empty -#authorized keys file that Gitea will use for persistent key storage. +# In order to allow SSH key authentication with Gitea, you need to create an empty +# 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. @@ -23,4 +23,4 @@ services: - /etc/localtime:/etc/localtime:ro ports: - "3000:3000" - - "222:22" + - "222:22" \ No newline at end of file