File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ particular—so the default settings in eXist's `conf.xml` for whitespace handli
11
11
# How to build
12
12
Navigate into the root directory of this repository and enter:
13
13
```
14
- docker build -t existdb --build-arg VERSION=3.6 .0 .
14
+ docker build -t existdb --build-arg VERSION=5.2 .0 .
15
15
```
16
16
17
17
## available parameters
18
- * ** VERSION** : The eXist version to use. Defaults to 3.3 .0
18
+ * ** VERSION** : The eXist version to use. Defaults to 5.2 .0
19
19
* ** MAX_MEMORY** : The max memory setting for eXist. Defaults to 2048 (megabyte).
20
20
This can be overwritten when starting a container by adding e.g. ` -e JAVA_OPTIONS="-Xmx1024m" `
21
21
@@ -24,8 +24,8 @@ docker build -t existdb --build-arg VERSION=3.6.0 .
24
24
docker run --rm -it \
25
25
-p 8080:8080 \
26
26
--name existdb \
27
- -v /your/path/to/exist-data:/opt/exist/webapp/WEB-INF/ data \
28
- -v /your/path/to/exist-logs:/opt/exist/webapp/WEB-INF/ logs \
27
+ -v /your/path/to/exist-data:/opt/exist/data \
28
+ -v /your/path/to/exist-logs:/opt/exist/logs \
29
29
-e EXIST_ENV=development \
30
30
-e EXIST_CONTEXT_PATH=/exist \
31
31
stadlerpeter/existdb:latest
@@ -61,7 +61,7 @@ services:
61
61
secrets:
62
62
- source: existdb_passwd
63
63
volumes:
64
- - existdb_data:/opt/exist/webapp/WEB-INF/ data
64
+ - existdb_data:/opt/exist/data
65
65
secrets:
66
66
existdb_passwd:
67
67
file: /local/path/to/password-file
You can’t perform that action at this time.
0 commit comments