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 --- k8s/atuin.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'k8s') diff --git a/k8s/atuin.yaml b/k8s/atuin.yaml index 7f7174fe..e537e0ac 100644 --- a/k8s/atuin.yaml +++ b/k8s/atuin.yaml @@ -15,7 +15,6 @@ spec: spec: containers: - args: - - server - start env: - name: ATUIN_DB_URI -- cgit v1.3.1