From 21e934a23d5a271bdf4c188fe5cbc81bcd8ead71 Mon Sep 17 00:00:00 2001 From: Matthew Berryman Date: Mon, 8 Jan 2024 20:13:15 +1030 Subject: docs: refer to image with multi-arch support (#1513) --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docker-compose.yml') 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" -- cgit v1.3.1