docs: Update
This commit is contained in:
parent
97c22977d0
commit
f2f90d8406
|
@ -40,7 +40,7 @@ In general all variables stated with ${VARIABLE:-default} inside [../docker-comp
|
||||||
Once that is done, you can build and start docker services:
|
Once that is done, you can build and start docker services:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build images (first time only)
|
# Build images (first time only, and for each update)
|
||||||
docker compose build
|
docker compose build
|
||||||
# Run
|
# Run
|
||||||
docker compose up # add `-d`, to run in background
|
docker compose up # add `-d`, to run in background
|
||||||
|
|
Loading…
Reference in New Issue