Update docker.md
This commit is contained in:
parent
fc2c473c6c
commit
6d3b14b123
1 changed files with 2 additions and 2 deletions
|
@ -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 "$HOME/.config/atuin:/config" ghcr.io/ellie/atuin:latest server start
|
docker run -d -v "$HOME/.config/atuin:/config" ghcr.io/atuinsh/atuin:latest server start
|
||||||
```
|
```
|
||||||
|
|
||||||
# Docker Compose
|
# Docker Compose
|
||||||
|
@ -25,7 +25,7 @@ version: '3.5'
|
||||||
services:
|
services:
|
||||||
atuin:
|
atuin:
|
||||||
restart: always
|
restart: always
|
||||||
image: ghcr.io/ellie/atuin:main
|
image: ghcr.io/atuinsh/atuin:main
|
||||||
command: server start
|
command: server start
|
||||||
volumes:
|
volumes:
|
||||||
- "./config:/config"
|
- "./config:/config"
|
||||||
|
|
Loading…
Reference in a new issue