mirror of
https://github.com/rodneyosodo/homelab.git
synced 2026-06-23 04:10:19 +00:00
fix(atuin): upgrade image and server command
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
atuin:
|
||||
container_name: atuin
|
||||
image: ghcr.io/atuinsh/atuin:18.16.0
|
||||
image: ghcr.io/atuinsh/atuin:18.16.1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- homelab-network
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
command: server start
|
||||
command: start
|
||||
volumes:
|
||||
- ~/docker-volumes/atuin/config:/config
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user