Update run.sh to use docker compose instead of docker-compose

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

2
run.sh
View File

@ -46,6 +46,6 @@ find $DESTINATION -type d -exec chmod 755 {} \;
chmod +x $DESTINATION/entrypoint.sh
# Run Odoo
docker-compose -f $DESTINATION/docker-compose.yml up -d
docker compose -f $DESTINATION/docker-compose.yml up -d
echo "Odoo started at http://localhost:$PORT | Master Password: minhng.info | Live chat port: $CHAT"