mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 04:50:15 +02:00
feat: Add bridgehead logs
command
This commit is contained in:
@ -102,6 +102,11 @@ case "$ACTION" in
|
||||
bk_is_running
|
||||
exit $?
|
||||
;;
|
||||
logs)
|
||||
loadVars
|
||||
shift 2
|
||||
exec $COMPOSE -p $PROJECT -f ./minimal/docker-compose.yml -f ./$PROJECT/docker-compose.yml $OVERRIDE logs -f $@
|
||||
;;
|
||||
update)
|
||||
loadVars
|
||||
exec ./lib/update-bridgehead.sh $PROJECT
|
||||
|
Reference in New Issue
Block a user