mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
fix: update image version variable from HOARDER_VERSION to KARAKEEP_VERSION in docker-compose.yml
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: karakeep
|
||||
services:
|
||||
karakeep:
|
||||
image: ghcr.io/karakeep-app/karakeep:${HOARDER_VERSION:-release}
|
||||
image: ghcr.io/karakeep-app/karakeep:${KARAKEEP_VERSION:-release}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- data:/data
|
||||
|
||||
Reference in New Issue
Block a user