0 votes
in DevOps by

How do I run multiple copies of Compose file on the same host in Devops?

1 Answer

0 votes
by
Compose uses the project name which allows you to create unique identifiers for all of a project's containers and other resources. To run multiple copies of a project, set a custom project name using the -a command-line option or using COMPOSE_PROJECT_NAME environment variable.

Related questions

+1 vote
asked Jan 29, 2022 in DevOps by GeorgeBell
0 votes
asked Aug 26, 2019 in NoSQL by Venkatshastri
...