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