Update easyinstall.sh

edited and fixed docker compose command for docker v2
This commit is contained in:
Giuseppe 2023-12-27 11:35:24 +01:00 committed by GitHub
parent 6eecca762f
commit 21b084331a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ then
done
./easy-setup.sh --non-interactive $cmd2 --iA --restart-mode always --es-memory 6G
docker-compose up -d
docker compose up -d
fi