Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 004a93f

Browse files
authoredOct 24, 2023
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)
Please sign in to comment.