Update docker-compose.production.yml

This commit is contained in:
colin 2024-03-04 00:15:16 +00:00
parent 132bd5c900
commit c2766cab1b
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ services:
build: build:
context: ./docker/database/ context: ./docker/database/
dockerfile: Dockerfile dockerfile: Dockerfile
image: git.nixc.us/colin/searxng:production-database image: git.nixc.us/colin/hedgedoc:production-database
hedgedoc: hedgedoc:
build: build:
context: ./docker/hedgedoc/ context: ./docker/hedgedoc/
dockerfile: Dockerfile dockerfile: Dockerfile
image: git.nixc.us/colin/searxng:production-hedgedoc image: git.nixc.us/colin/hedgedoc:production-hedgedoc