From 72b2c300b57f46c5a2578d72d54e8cc91a92d39a Mon Sep 17 00:00:00 2001 From: remotenemesis Date: Sun, 10 Feb 2019 21:49:37 -0800 Subject: [PATCH] remove spurious a --- services/gitea.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gitea.md b/services/gitea.md index 11dc82f..80a9794 100644 --- a/services/gitea.md +++ b/services/gitea.md @@ -1,6 +1,6 @@ # Gitea with docker-compose -Ensure you have installed docker-compose (see instructions for [Raspian](../raspbian/README.md)) and have added the user you wish to start gitea services to the `docker` group. To add the current user, use: `sudo usermod -aG docker $USER`, or specify the user you desire. On a Raspian you can use the default user `pi`. Relogin or simnply restart to make the changes effective. +Ensure you have installed docker-compose (see instructions for [Raspian](../raspbian/README.md)) and have added the user you wish to start gitea services to the `docker` group. To add the current user, use: `sudo usermod -aG docker $USER`, or specify the user you desire. On Raspian you can use the default user `pi`. Relogin or simnply restart to make the changes effective. This setup uses systemd to run a docker-compose file that start gitea with a postgres database. You will also need to define directories to store the contents of the postgress data and gitea data such as config and git repositories. You will likely want to store these directories on a [USB drive](../hardware/usb-flash-drive.md), or somewhere other than the Micro SD Card hosting the operating system.