mirror of
https://github.com/chevereto/docker.git
synced 2026-02-02 20:39:04 +01:00
931 B
931 B
docker compose
- Requires Compose V2
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.