Files
Docker-Chevereto/docs/DOCKER-COMPOSE.md
2022-04-16 10:05:44 -04:00

814 B

docker compose

make <command> <options>

Available options:

  • NAMESPACE=local
  • PORT=8040
  • VERSION=4.0

Up

make up

Up (daemon)

make up-d

Stop

make stop

Start

make start

Down

make down

Down volumes

make down--volumes

Troubleshoot

Check if you are running latest Docker version with Compose V2 docker compose (not docker-compose).

If Docker was included with your Linux distribution check for Install Docker Engine on Linux. Some distributions may be providing old docker engine for LTS compliance, make sure to follow Docker instructions.