From 92f2c6c9d18dcb724eb2e0895f0c5f5b9dc34564 Mon Sep 17 00:00:00 2001 From: "Arjan H." Date: Wed, 4 Jun 2025 19:36:56 +0200 Subject: [PATCH] Clarify in README to go to build subdirectory The docker-compose.yml is still placed in the build subdirectory at the moment... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 853d6d7..9821da6 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ For the initial setup you need to export an environment variable LABCA_FQDN with ``` git clone https://github.com/hakwerk/labca.git -cd labca +cd labca/build export LABCA_FQDN=labca.example.com docker compose up -d ```