mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
make 'make down' command include metrics containers
This commit is contained in:
parent
1fa0dfb32b
commit
626245cd6b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ alllogs:
|
|||
logall: alllogs
|
||||
# brings down containers
|
||||
down:
|
||||
- RUNWITHMAKEBUILD=True docker-compose -f docker-compose.yml down
|
||||
- RUNWITHMAKEBUILD=True docker-compose -f docker-compose.yml -f docker-compose.metrics.yml down
|
||||
nbdown: down
|
||||
jekyll:
|
||||
- cd blog && bundle exec jekyll serve
|
||||
|
|
Loading…
Add table
Reference in a new issue