Skip to content

Commit

Permalink
Fixed docker-compose invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Nov 15, 2023
1 parent c04858b commit 0e988ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ COMPOSE_FILE=-f docker/docker-compose.yml
CONSOLE?=

up: down
docker compose ${COMPOSE_FILE} up -d --force-recreate
docker-compose ${COMPOSE_FILE} up -d --force-recreate

down:
docker compose ${COMPOSE_FILE} down --remove-orphans
docker-compose ${COMPOSE_FILE} down --remove-orphans

enter:
@docker exec -it ${CONTAINER_PHP} bash
Expand Down

0 comments on commit 0e988ae

Please sign in to comment.