Rename docker-compose to docker compose

[MAILPOET-6233]
This commit is contained in:
Pavel Dohnal
2024-09-17 11:29:07 +02:00
committed by Jan Lysý
parent 0efe8e0204
commit 1a0fecf2db
7 changed files with 40 additions and 40 deletions

View File

@ -29,6 +29,6 @@ cat <<EOT
NFS volume sharing is set up. Recreate your containers and volumes using:
cp docker-compose.override.macos-sample.yml docker-compose.override.yml
docker-compose down -v --remove-orphans
docker-compose up -d
docker compose down -v --remove-orphans
docker compose up -d
EOT