From 1fb7caa2d6eafd9985324252ec3092abc37ec8fc Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Sun, 30 Jul 2023 23:08:00 +0100 Subject: Move all references to the old repo (#1132) The repo now lives on an org! Move all references to the old path. --- 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 07db484f..8cedac5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.5' services: atuin: restart: always - image: ghcr.io/ellie/atuin:main + image: ghcr.io/atuinsh/atuin:main command: server start volumes: - "./config:/config" -- cgit v1.3.1