0 votes
in Docker by
Is it a good practice to run Docker compose in production?

1 Answer

0 votes
by

Yes, using docker compose in production is the best practical application of docker compose. When you define applications with compose, you can use this compose definition in various production stages like CI, staging, testing, etc.

Related questions

0 votes
asked Aug 29, 2023 in Docker by JackTerrance
0 votes
asked Jan 25 in Docker by GeorgeBell
...