From 55e9e293af3d4dc3cb8118800428d7520188fcac Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Mon, 15 Feb 2021 18:35:03 +0100 Subject: [PATCH] update wrong folder name --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 317f8b5f5..2b792e8d3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -71,7 +71,7 @@ services: ## community server (cakephp with php-fpm and nginx) community-server: build: - context: ./gradido_community_server/ + context: ./community_server/ environment: - DB_PASSWORD='' - DB_USER='root'