Modify run.sh

Feature name:

set project name

Feature Description

it sets the docker-compose project name to bitwarden instead of using the foldername docker

function dockerComposeUp() {
dockerComposeFiles
dockerComposeVolumes
docker-compose -p bitwarden up -d
}

i don’t know if it can achived with any override in an existing env or by mofifying run.sh. if there is another way i didn’t see just show me. i simply want the folder name is bitwarden an not docker.
in other project i can set COMPOSE_PROJECT_NAME=usefullname in seperated conf or yaml