Changed from docker-compose to docker compose

This commit is contained in:
Venkatesh Babu
2024-04-29 18:20:57 +05:30
parent e7a9ae19e5
commit c54eae657f

View File

@@ -12,7 +12,7 @@ install_package(){
start_container(){
#ignore orphaned containers warning
export COMPOSE_IGNORE_ORPHANS=1
docker-compose -f $1 up -d $2
docker compose -f $1 up -d $2
}
update_registry_details() {