From 4cf2f4e7c7ab22ab6205b066e093c952f363c3d4 Mon Sep 17 00:00:00 2001 From: Nils Bergmann Date: Tue, 7 Dec 2021 22:43:53 +0100 Subject: [PATCH] WIP: error if the client path is missing --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 943ddd8c..56b33aa1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,7 +30,7 @@ services: - DATABASE_USER=${MARIADB_USER:-darkflame} - DATABASE_PASSWORD=${MARIADB_PASSWORD:-darkflame} volumes: - - $CLIENT_PATH:/client + - ${CLIENT_PATH:?err}:/client depends_on: - database