diff options
| author | Rob Lazzurs <rob@lazzurs.org> | 2026-02-11 20:26:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 12:26:34 -0800 |
| commit | 438e37edcf40d8dafe53560834581abd15504b96 (patch) | |
| tree | 2593462508ecc59ff2584cd7c828922721049160 /docker-compose.yml | |
| parent | feat: expand keybinding system with vim motions, media keys, and inspector im... (diff) | |
| download | atuin-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
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 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: |
