Skip to content

Commit 7345e48

Browse files
committed
update README
to reflect changes in paths
1 parent 86631a9 commit 7345e48

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ particular—so the default settings in eXist's `conf.xml` for whitespace handli
1111
# How to build
1212
Navigate into the root directory of this repository and enter:
1313
```
14-
docker build -t existdb --build-arg VERSION=3.6.0 .
14+
docker build -t existdb --build-arg VERSION=5.2.0 .
1515
```
1616

1717
## 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
1919
* **MAX_MEMORY**: The max memory setting for eXist. Defaults to 2048 (megabyte).
2020
This can be overwritten when starting a container by adding e.g. `-e JAVA_OPTIONS="-Xmx1024m"`
2121

@@ -24,8 +24,8 @@ docker build -t existdb --build-arg VERSION=3.6.0 .
2424
docker run --rm -it \
2525
-p 8080:8080 \
2626
--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 \
2929
-e EXIST_ENV=development \
3030
-e EXIST_CONTEXT_PATH=/exist \
3131
stadlerpeter/existdb:latest
@@ -61,7 +61,7 @@ services:
6161
secrets:
6262
- source: existdb_passwd
6363
volumes:
64-
- existdb_data:/opt/exist/webapp/WEB-INF/data
64+
- existdb_data:/opt/exist/data
6565
secrets:
6666
existdb_passwd:
6767
file: /local/path/to/password-file

0 commit comments

Comments
 (0)