Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 356 Bytes

DOCKER-COMPOSE.md

File metadata and controls

49 lines (33 loc) · 356 Bytes

docker compose

  • Requires docker compose >= 2.0
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