summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorConrad Ludgate <conradludgate@gmail.com>2021-11-17 11:41:55 +0000
committerGitHub <noreply@github.com>2021-11-17 11:41:55 +0000
commite89de3f760c5dcc648bdb589d74de2d514fa85ec (patch)
treedb543a94ce9ac86f7b2ae6a916b876f77ce455a0 /docs
parent07c0682562cc9059d166905a025dae9fb933ae37 (diff)
chore: supply pre-build docker image (#199)
* feat: supply pre-built docker image * chore: add docker run to docs
Diffstat (limited to 'docs')
-rw-r--r--docs/server.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/server.md b/docs/server.md
index 650934b5..0a346363 100644
--- a/docs/server.md
+++ b/docs/server.md
@@ -66,3 +66,11 @@ Defaults to `false`.
### db_uri
A valid postgres URI, where the user and history data will be saved to.
+
+## Docker
+
+There is a supplied docker image to make deploying a server as a container easier.
+
+```sh
+docker run -d -v "$USER/.config/atuin:/config" ghcr.io/ellie/atuin:latest server start
+``` \ No newline at end of file