aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/self-hosting/docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/self-hosting/docker.md b/docs/docs/self-hosting/docker.md
index 2cbe75fb..624783fe 100644
--- a/docs/docs/self-hosting/docker.md
+++ b/docs/docs/self-hosting/docker.md
@@ -3,7 +3,7 @@
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
+docker run -d -v "$HOME/.config/atuin:/config" ghcr.io/ellie/atuin:latest server start
```
# Docker Compose