1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-21 01:47:34 +03:00

Make volume path absolute (#1009)

* Make volume path absolute

* Update docs/docs/self-hosting/docker.md
This commit is contained in:
Ed Ive 2023-05-27 17:27:42 +01:00 committed by GitHub
parent 6118da2ee2
commit e695693d83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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