Makefile: keycloak-rebuild

single-dockerfile
Ubuntu 2 years ago
parent 4e117f98b5
commit dfd0c89007
  1. 5
      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

Loading…
Cancel
Save