From 445dfcd58816bd59c4c5742da072eff598b6f723 Mon Sep 17 00:00:00 2001 From: Andrei Boyanov Date: Sat, 19 Apr 2025 10:35:45 +0200 Subject: [PATCH] Update run.sh with the new personalized name Signed-off-by: Andrei Boyanov --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index d32e503..84a74ea 100644 --- a/run.sh +++ b/run.sh @@ -4,7 +4,7 @@ PORT=$2 CHAT=$3 # Clone Odoo directory -git clone --depth=1 https://github.com/minhng92/odoo-18-docker-compose $DESTINATION +git clone --depth=1 https://github.com/andreiboyanov/emf-1995-docker-compose $DESTINATION rm -rf $DESTINATION/.git # Create PostgreSQL directory @@ -48,4 +48,4 @@ chmod +x $DESTINATION/entrypoint.sh # Run Odoo docker-compose -f $DESTINATION/docker-compose.yml up -d -echo "Odoo started at http://localhost:$PORT | Master Password: minhng.info | Live chat port: $CHAT" \ No newline at end of file +echo "Odoo started at http://localhost:$PORT | Master Password: minhng.info | Live chat port: $CHAT"