From 9d226cf23de5015cf2363f43015ff018ee0ce86d Mon Sep 17 00:00:00 2001 From: orangecoding Date: Thu, 18 Mar 2021 14:22:37 +0100 Subject: [PATCH] using correct link to repo in docker compose file --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a399949..91d2051 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,11 +7,11 @@ services: context: ./build dockerfile: Dockerfile args: - repo: https://github.com/anbucher/fredy.git + repo: https://github.com/orangecoding/fredy.git image: fredy/fredy # map existing config and database volumes: - ./conf:/conf - ./db:/db ports: - - 9998:9998 \ No newline at end of file + - 9998:9998