From dfd0c89007067a3b0df793550ca6187a4ca257dc Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 18 Nov 2022 18:48:19 +0000 Subject: [PATCH] Makefile: keycloak-rebuild --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f1f2a6a..fce2e70 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ hedgedoc-shell: $(DOCKER) exec hedgedoc sh keycloak-shell: $(DOCKER) exec keycloak sh +keycloak-rebuild: + $(DOCKER) create keycloak + $(DOCKER) restart keycloak mastodon-shell: $(DOCKER) exec mastodon bash mastodon-streaming-shell: @@ -45,7 +48,7 @@ matrix-shell: nextcloud-shell: $(DOCKER) exec nextcloud bash matrix-logs: - $(DOCKER) logs -f matrix-synapse + $(DOCKER) logs --tail 100 -f matrix-synapse nextcloud-logs: $(DOCKER) logs -f nextcloud nginx-build: data/nginx/secrets