From 828e88c1e388585a11e693988567221eeebf7019 Mon Sep 17 00:00:00 2001 From: Chris Rose Date: Fri, 3 May 2024 06:54:36 -0700 Subject: [PATCH] Add links to the GitHub releases for docker instructions (#53) Rather than expecting people to figure out where the recent releases are, just link them :D --- src/content/docs/self-hosting/docker.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/self-hosting/docker.mdx b/src/content/docs/self-hosting/docker.mdx index 1be9250..7f1ffba 100644 --- a/src/content/docs/self-hosting/docker.mdx +++ b/src/content/docs/self-hosting/docker.mdx @@ -3,14 +3,14 @@ title: Docker --- :::caution -If you are self hosting, we strongly suggest you stick to tagged releases, and do not follow `main` or `latest` +If you are self hosting, we strongly suggest you stick to [tagged releases](https://github.com/atuinsh/atuin/releases), and do not follow `main` or `latest` Follow the GitHub releases, and please read the notes for each release. Most of the time, upgrades can occur without any manual intervention. We cannot guarantee that all updates will apply cleanly, and some may require some extra steps. ::: -There is a supplied docker image to make deploying a server as a container easier. +There is a supplied docker image to make deploying a server as a container easier. The "LATEST TAGGED RELEASE" can be found on the [releases page](https://github.com/atuinsh/atuin/releases). ```sh docker run -d -v "$HOME/.config/atuin:/config" ghcr.io/atuinsh/atuin: server start