From 438e37edcf40d8dafe53560834581abd15504b96 Mon Sep 17 00:00:00 2001 From: Rob Lazzurs Date: Wed, 11 Feb 2026 20:26:34 +0000 Subject: fix: Server start commands for Docker. (#3160) With the new atuin-server binary the startup command for the server is now just start rather than server start. This needs reflected in the docker compose and k8s configs. Closes #3159 ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing --- 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 1ae8e20d..939928ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: atuin: restart: always image: ghcr.io/atuinsh/atuin: - command: server start + command: start volumes: - "./config:/config" ports: -- cgit v1.3.1