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

View File

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