-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (23 loc) · 788 Bytes
/
README
File metadata and controls
30 lines (23 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Jodconvertor docker container
Simple jodconvertor 2.2 container
# Usage with docker compose
```
version: '2'
services:
jodconvertor:
restart: always
image: jetpulp/jodconvertor
volumes:
- ./applicationContext.xml:/app/jodconverter-tomcat-2.2.2/webapps/converter/WEB-INF/applicationContext.xml
- ./tmp:/app/jodconverter-tomcat-2.2.2/temp/
ports:
- 8099:8080
links:
- libreoffice
libreoffice:
restart: always
image: jetpulp/libreoffice:5.3
volumes:
- ./tmp:/app/jodconverter-tomcat-2.2.2/temp/
```
The applicationContext.xml is not mandatory but can help you to customize the libreoffice IP adress. You can find a sample file here : https://github.com/jetpulp/docker-jodconvertor/blob/master/applicationContext.xml