From c2766cab1b1b1609c3f9bbb2a94ad9a271301977 Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 4 Mar 2024 00:15:16 +0000 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index 1e97e87..5d10c7a 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -5,9 +5,9 @@ services: build: context: ./docker/database/ dockerfile: Dockerfile - image: git.nixc.us/colin/searxng:production-database + image: git.nixc.us/colin/hedgedoc:production-database hedgedoc: build: context: ./docker/hedgedoc/ dockerfile: Dockerfile - image: git.nixc.us/colin/searxng:production-hedgedoc \ No newline at end of file + image: git.nixc.us/colin/hedgedoc:production-hedgedoc \ No newline at end of file