kemonine
/
lollipopcloud
Archived
1
0
Fork 0

remove spurious a

This commit is contained in:
remotenemesis 2019-02-10 21:49:37 -08:00
parent 8af4eb8928
commit 72b2c300b5
1 changed files with 1 additions and 1 deletions

View File

@ -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.