diff options
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: |
