Update run.sh with the new personalized name

Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
Andrei Boyanov 2025-04-19 10:35:45 +02:00 committed by GitHub
parent fd15eb21ae
commit 445dfcd588
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
run.sh
View File

@ -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"
echo "Odoo started at http://localhost:$PORT | Master Password: minhng.info | Live chat port: $CHAT"