Initial commit
This commit is contained in:
commit
8475a0bb1d
49 changed files with 6299 additions and 0 deletions
12
tests/standalone.yml
Normal file
12
tests/standalone.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
version: '2.1'
|
||||
services:
|
||||
onlyoffice-documentserver:
|
||||
container_name: onlyoffice-documentserver
|
||||
build:
|
||||
context: ../.
|
||||
args:
|
||||
- PRODUCT_NAME=${PRODUCT_NAME:-documentserver}
|
||||
stdin_open: true
|
||||
restart: always
|
||||
ports:
|
||||
- '80:80'
|
||||
Loading…
Add table
Add a link
Reference in a new issue