Remove bsetup step in docker-only instructions (#138)

This commit is contained in:
Arjan H.
2024-09-07 09:37:48 +02:00
committed by GitHub
parent 933367d31e
commit 3beb577044

View File

@@ -9,7 +9,6 @@ The `docker-compose.yml` file is located in the `build` subdirectory for now. Yo
git clone https://github.com/hakwerk/labca.git
cd labca/build
export LABCA_FQDN=labca.example.com
docker compose up bsetup
docker compose up -d
```
And to tail the logs, especially if there are any issues: