Update run.sh with the new personalized name
Signed-off-by: Andrei Boyanov <andrei.boyanov@gmail.com>
This commit is contained in:
parent
fd15eb21ae
commit
445dfcd588
4
run.sh
4
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"
|
||||
echo "Odoo started at http://localhost:$PORT | Master Password: minhng.info | Live chat port: $CHAT"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user