Closed TheRealOrco closed 2 days ago
Earlier versions of Docker used the docker-compose
command (with a hyphen), which was a separate tool. However, in modern Docker versions, the Compose functionality has been integrated directly into the Docker CLI. As a result, you should now use docker compose
(without the hyphen).
For more details, refer to the official documentation: Migration guide: Differences between Compose V1 and V2
Updated the backup docker-compose commands