aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorMatthew Berryman <matthew@acrossthecloud.net>2024-01-08 20:13:15 +1030
committerGitHub <noreply@github.com>2024-01-08 09:43:15 +0000
commit21e934a23d5a271bdf4c188fe5cbc81bcd8ead71 (patch)
tree3f26d78dee81a5d304c80206c67e5ccda156f5cd /docker-compose.yml
parentchore(deps): bump hyper from 0.14.28 to 1.1.0 (#1520) (diff)
downloadatuin-21e934a23d5a271bdf4c188fe5cbc81bcd8ead71.zip
docs: refer to image with multi-arch support (#1513)
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 8cedac5d..d9305baa 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: '3.5'
services:
atuin:
restart: always
- image: ghcr.io/atuinsh/atuin:main
+ image: ghcr.io/atuinsh/atuin:latest
command: server start
volumes:
- "./config:/config"