aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Lazzurs <rob@lazzurs.org>2026-02-11 20:26:34 +0000
committerGitHub <noreply@github.com>2026-02-11 12:26:34 -0800
commit438e37edcf40d8dafe53560834581abd15504b96 (patch)
tree2593462508ecc59ff2584cd7c828922721049160
parentfeat: expand keybinding system with vim motions, media keys, and inspector im... (diff)
downloadatuin-438e37edcf40d8dafe53560834581abd15504b96.zip
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
-rw-r--r--docker-compose.yml2
-rw-r--r--k8s/atuin.yaml1
2 files changed, 1 insertions, 2 deletions
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:<LATEST TAGGED RELEASE>
- command: server start
+ command: start
volumes:
- "./config:/config"
ports:
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