diff --git a/doc/gitea.md b/doc/gitea.md index 2bf4e3d6..215a51ba 100644 --- a/doc/gitea.md +++ b/doc/gitea.md @@ -72,7 +72,7 @@ services: - /etc/garm:/etc/garm - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro - # Give GARM access to the LXD socker. We need this later in the LXD provider. + # Give GARM access to the LXD socket. We need this later in the LXD provider. - /var/snap/lxd/common/lxd/unix.socket:/var/snap/lxd/common/lxd/unix.socket ports: - "9997:9997" @@ -358,4 +358,4 @@ To get more details about the runner, run: garm-cli runner show RUNNER_NAME_GOES_HERE ``` -That's it! You can now use GARM with Gitea. You can add more pools, more repos, more orgs, more endpoints and more providers. \ No newline at end of file +That's it! You can now use GARM with Gitea. You can add more pools, more repos, more orgs, more endpoints and more providers.