From dede6fd531659007410c0c316b51a4dcc42d0f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20L=C3=BCbeck?= Date: Wed, 29 Dec 2021 20:50:36 +0100 Subject: [PATCH] Fixing a typo, pointing to correct compose file (#1493) Fixing a typo for the docker-compose-alpha-config.yaml --- contrib/local-environment/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/local-environment/Makefile b/contrib/local-environment/Makefile index db335d8d..a04355cf 100644 --- a/contrib/local-environment/Makefile +++ b/contrib/local-environment/Makefile @@ -12,7 +12,7 @@ alpha-config-up: .PHONY: alpha-config-% alpha-config-%: - docker-compose -f docker-compose.yaml -f docker-compose-nginx.yaml $* + docker-compose -f docker-compose.yaml -f docker-compose-alpha-config.yaml $* .PHONY: nginx-up nginx-up: