Files
ports/sysutils/docker-compose/pkg/DESCR
T
op 085020cde9 import docker-compose-2.24.5
Docker Compose is a tool for running multi-container applications on
Docker defined using the Compose file format. A Compose file is used to
define how one or more containers that make up your application are
configured. Once you have a Compose file, you can create and start your
application with a single command: docker compose up.

port from Lucas Gabriel Vuotto and Kirill A. Korinsky, thank you!
ok rsadowski
2024-03-09 17:27:05 +00:00

6 lines
335 B
Plaintext

Docker Compose is a tool for running multi-container applications on
Docker defined using the Compose file format. A Compose file is used to
define how one or more containers that make up your application are
configured. Once you have a Compose file, you can create and start your
application with a single command: docker compose up.