19 lines
288 B
Markdown
19 lines
288 B
Markdown
## Stand Documentserver with damengdb
|
|
|
|
### How it works
|
|
|
|
For deploy stand, you need:
|
|
|
|
**STEP 1**: Build you own images, do it with command:
|
|
|
|
```bash
|
|
docker compose build
|
|
```
|
|
|
|
**STEP 2**: Wait build and when it finish deploy with command:
|
|
|
|
```bash
|
|
docker compose up -d
|
|
```
|
|
|
|
Thats all.
|