summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-30 23:08:00 +0100
committerGitHub <noreply@github.com>2023-07-30 23:08:00 +0100
commit1fb7caa2d6eafd9985324252ec3092abc37ec8fc (patch)
tree2119e828392692dc4bfaf3d0d356e82172b625c4 /docker-compose.yml
parent5a457d6b3b4431d5fadfb533cf01238878e41947 (diff)
Move all references to the old repo (#1132)
The repo now lives on an org! Move all references to the old path.
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 07db484fb..8cedac5de 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"