fix image name for obsidian

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-06 12:18:49 -05:00
parent 9548cde7ec
commit fde1dd27ad
3 changed files with 11 additions and 6 deletions

View file

@ -35,7 +35,7 @@ in
#############
obsidian_sync = {
user = "root";
image = "ghcr.io/danny-avila/obsidian_sync-dev:latest";
image = "docker.io/oleduc/docker-obsidian-livesync-couchdb:master";
ports = [
"${toString cfg.port}:${toString cfg.port}"
];