mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
10 lines
162 B
YAML
10 lines
162 B
YAML
version: '3'
|
|
services:
|
|
java-intg-ex:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- 8080:8080
|
|
|