# Description of the LOTP tool `docker compose` is a variant of the established docker tool. # Configuration files ``` docker-compose.yml ``` # example ```yaml services: app: build: . volumes: - /:/app ```