summaryrefslogtreecommitdiffstats
path: root/docs/server.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/server.md')
-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