From 0c5ce519520c09c98977119066d9a15567dc901e Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 16 Mar 2025 00:35:22 -0400 Subject: [PATCH] Update docker-compose.production.yml --- docker-compose.production.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.production.yml b/docker-compose.production.yml index d0e3da8..6bf594a 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -1,6 +1,7 @@ +# The only stuff that happens here is midtownplaydio gets replaced and so does possibly nixius services: midtownplaydio: build: context: ./docker/midtownplaydio dockerfile: Dockerfile.production - image: git.nixc.us/colin/midtownplaydio:production \ No newline at end of file + image: git.nixc.us/nixius/midtownplaydio:production \ No newline at end of file