Saved Bookmarks
| 1. |
How Do I Run Multiple Copies Of A Compose File On The Same Host? |
|
Answer» Compose uses the project name 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 -p command line OPTION or theCOMPOSE_PROJECT_NAME environment variable. Compose uses the project name 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 -p command line option or theCOMPOSE_PROJECT_NAME environment variable. |
|