Skip to content

Commit 004a93f

Browse files
authored
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/
1 parent fe93cb3 commit 004a93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
Then:
3636
3737
```bash
38-
docker-compose up -d
38+
docker compose up -d
3939
```
4040

4141
## Using MySQL / MariaDB Database

0 commit comments

Comments
 (0)