update from sparkleup

This commit is contained in:
Madison Scott-Clary 2022-06-26 19:50:06 -07:00
parent 86487177eb
commit db61b8ba4a
1 changed files with 6 additions and 0 deletions

View File

@ -69,6 +69,12 @@ Open up the `docker-compose.yml` file with your preferred text editor. The follo
**Warning:** SSH servers look for the `.ssh` directory, which contains all of the SSH keys that Gitea will use, in the home directory of the Git user (`git`, in this case), so it is not advised to move the mount for this Docker volume. In order to have this location backed up on your Linux volume, it would be best to use another solution such as a `cron` job to back up the directory. For more information on using `cron` to manage scheduled tasks, see [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-use-cron-to-automate-tasks-ubuntu-1804).
<$>
When you run `docker-compose` and Gitea installs, it will use your Linux volume to store its data.
<$>[note]
**Note:** Ensure that your git user has write access to this location. You can read up on Linux permissions [here](https://www.digitalocean.com/community/tutorials/an-introduction-to-linux-permissions).
<$>
### Using an existing installation of Gitea
## Step 3 — Creating Snapshots of Volumes (optional)