Skip to content

Commit

Permalink
fix missing "-f docker-compose-common.yml" in development/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
okashoi committed Nov 3, 2023
1 parent 1bc1d9f commit 83d836e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions development/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@

up/%:
docker compose -f docker-compose-$*.yml up $(OPT)
docker compose -f docker-compose-common.yml -f docker-compose-$*.yml up $(OPT)

down/%:
docker compose -f docker-compose-$*.yml down --volumes


docker compose -f docker-compose-common.yml -f docker-compose-$*.yml down --volumes

0 comments on commit 83d836e

Please sign in to comment.