mirror of
https://github.com/thomisus/Docker-DocumentServer.git
synced 2026-04-28 19:41:01 +00:00
17 lines
232 B
Markdown
17 lines
232 B
Markdown
## Stand Documentserver with mssql
|
|
|
|
### How it works
|
|
|
|
For deploy stand:
|
|
|
|
**STEP 1**: Build you own images:
|
|
|
|
```bash
|
|
sudo docker-compose build
|
|
```
|
|
|
|
**STEP 2**: Wait build complete and when:
|
|
|
|
```bash
|
|
sudo docker-compose up -d
|
|
```
|