[fix] basex v10
This commit is contained in:
parent
0e548d8b15
commit
552ff07e09
3 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,9 @@ services:
|
||||||
container_name: basex-test
|
container_name: basex-test
|
||||||
command: /srv/basex/bin/basexhttp
|
command: /srv/basex/bin/basexhttp
|
||||||
ports:
|
ports:
|
||||||
- 8984:8984
|
- 9090:8080
|
||||||
|
environment:
|
||||||
|
BASEX_JVM: "-Xmx1g"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/srv/basex/data
|
- ./data:/srv/basex/data
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<New id="httpConnector" class="org.eclipse.jetty.server.ServerConnector">
|
<New id="httpConnector" class="org.eclipse.jetty.server.ServerConnector">
|
||||||
<Arg name="server"><Ref refid="Server"/></Arg>
|
<Arg name="server"><Ref refid="Server"/></Arg>
|
||||||
<Set name="host">0.0.0.0</Set>
|
<Set name="host">0.0.0.0</Set>
|
||||||
<Set name="port">8984</Set>
|
<Set name="port">8080</Set>
|
||||||
<Set name="idleTimeout">60000</Set>
|
<Set name="idleTimeout">60000</Set>
|
||||||
<Set name="reuseAddress">true</Set>
|
<Set name="reuseAddress">true</Set>
|
||||||
</New>
|
</New>
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# @created 2022-03
|
# @created 2022-03
|
||||||
# author="Andy Bunce"
|
# author="Andy Bunce"
|
||||||
|
|
||||||
ARG VERSION=caddy:2.6.4
|
ARG VERSION=caddy:2.7.4
|
||||||
FROM $VERSION-builder AS builder
|
FROM $VERSION-builder AS builder
|
||||||
|
|
||||||
RUN xcaddy build \
|
RUN xcaddy build \
|
||||||
|
|
Loading…
Add table
Reference in a new issue