mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Fix atuin start
This commit is contained in:
parent
95357ed3ec
commit
318a990abb
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ services:
|
|||
atuin:
|
||||
image: ghcr.io/atuinsh/atuin:latest
|
||||
restart: unless-stopped
|
||||
command: server start
|
||||
command: start
|
||||
environment:
|
||||
- TZ={{ timezone }}
|
||||
- ATUIN_DB_URI=postgres://atuin:atuin@db/atuin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue