Files
Docker-Chevereto/docs/DOCKER-COMPOSE.md
Rodolfo Berrios a0344fc790 🎶 el rodo esta rabioso
2022-10-07 13:40:09 -03:00

931 B

docker compose

make <command> <options>

Available options:

  • NAMESPACE=local
  • VERSION=4.0
  • PORT=8420
  • HOSTNAME=localhost
  • HOSTNAME_PATH=/
  • PROTOCOL=http

Example:

make up HOSTNAME=que.chevere.org PORT=80

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.