Clarify in README to go to build subdirectory

The docker-compose.yml is still placed in the build subdirectory at the moment...
This commit is contained in:
Arjan H.
2025-06-04 19:36:56 +02:00
committed by GitHub
parent 8a0dbdd8a6
commit 92f2c6c9d1

View File

@@ -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
```