mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-02-10 20:45:40 +08:00
18 lines
233 B
Markdown
18 lines
233 B
Markdown
## Stand Documentserver with oracle
|
|
|
|
### 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
|
|
```
|