From d3d8863cde0cac32e541487d1402fbcb30204c12 Mon Sep 17 00:00:00 2001 From: Noelle Wang <73260931+No767@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:06:01 -0700 Subject: [PATCH] Fix incorrect Docker compose image (#8) --- docker/docker-compose.prod.yml | 2 +- docker/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/docker-compose.prod.yml b/docker/docker-compose.prod.yml index 037b77a..a294cd9 100644 --- a/docker/docker-compose.prod.yml +++ b/docker/docker-compose.prod.yml @@ -3,7 +3,7 @@ name: kanae services: kanae: container_name: kanae - image: ghcr.io/UCMercedACM/kanae:edge + image: ghcr.io/ucmercedacm/kanae:edge volumes: # Do not edit the next line. If you want to change the path of the configuration file, please edit the CONFIG_LOCATION variable - ${CONFIG_LOCATION}:/kanae/server/config.yml diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 295c28f..d7a22f1 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -3,7 +3,7 @@ name: kanae services: kanae: container_name: kanae - image: ghcr.io/UCMercedACM/kanae:edge + image: ghcr.io/ucmercedacm/kanae:edge volumes: # Do not edit the next line. If you want to change the path of the configuration file, please edit the CONFIG_LOCATION variable - ${CONFIG_LOCATION}:/kanae/server/config.yml