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
This commit is contained in:
Rob Lazzurs
2026-02-11 20:26:34 +00:00
committed by GitHub
parent 05ffb90216
commit 438e37edcf
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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:
-1
View File
@@ -15,7 +15,6 @@ spec:
spec:
containers:
- args:
- server
- start
env:
- name: ATUIN_DB_URI