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