Commit 6d1f91d
authored
I noticed that the command `docker-compose up` did not work as intended when deploying my modus API locally after I updated to Docker v4.37.2.
I changed `docker-compose up` to `docker-compose up` and tested it locally using Docker v4.37.2. The updated command worked as expected, starting the PostgreSQL instance without issues.
This change is specific to newer Docker versions where the `docker-compose` may be deprecated.
Optionally, we could add the newer command as a second option for those using a new version of docker
1 parent 3e9a6b3 commit 6d1f91d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
0 commit comments