update docker-compose execution

As of Jun 2023, the docker-compose command has been deprecated in favor of the compose plugin.

https://docs.docker.com/compose/install/linux/
This commit is contained in:
nmatton 2023-10-24 22:47:42 +02:00 committed by GitHub
parent fe93cb3474
commit 004a93fbc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ services:
Then: Then:
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
## Using MySQL / MariaDB Database ## Using MySQL / MariaDB Database