mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-28 01:49:33 +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.
|
There is a supplied docker image to make deploying a server as a container easier.
|
||||||
|
|
||||||
```sh
|
```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
|
# Docker Compose
|
||||||
|
Loading…
Reference in New Issue
Block a user