[add] client port

This commit is contained in:
Andy Bunce 2023-12-25 22:25:11 +00:00
parent 552ff07e09
commit ee5f502b49
1 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ services:
command: /srv/basex/bin/basexhttp command: /srv/basex/bin/basexhttp
ports: ports:
- 9090:8080 - 9090:8080
- 1985:1984
environment: environment:
BASEX_JVM: "-Xmx1g" BASEX_JVM: "-Xmx1g"
restart: unless-stopped restart: unless-stopped
@ -15,4 +16,4 @@ services:
- ./data:/srv/basex/data - ./data:/srv/basex/data
- ./webapp:/srv/basex/webapp - ./webapp:/srv/basex/webapp
- ./repo:/srv/basex/repo - ./repo:/srv/basex/repo
- ./custom:/srv/basex/lib/custom # - ./custom:/srv/basex/lib/custom