feat: updgrading docker compose command to support the latest version
This commit is contained in:
parent
12a177a215
commit
7f1e057ea2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -36,13 +36,13 @@ ent-new:
|
|||
# Start the Docker containers
|
||||
.PHONY: up
|
||||
up:
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
sleep 3
|
||||
|
||||
# Rebuild Docker containers to wipe all data
|
||||
.PHONY: reset
|
||||
reset:
|
||||
docker-compose down
|
||||
docker compose down
|
||||
make up
|
||||
|
||||
# Run the application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue