mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-27 09:29:24 +01:00
Make volume path absolute (#1009)
* Make volume path absolute * Update docs/docs/self-hosting/docker.md
This commit is contained in:
parent
6118da2ee2
commit
e695693d83
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user