mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 23:39:50 -04:00

* fixed display of strongs when there were more than one sn for a given word. * added ability to look up references in the b:ch:v format
13 lines
333 B
YAML
13 lines
333 B
YAML
version: "3"
|
|
services:
|
|
web:
|
|
image: dynamicbible:3.2.1
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- 8100:8100
|
|
- 35729:35729
|
|
volumes:
|
|
- ./releases:/db/dynamicbible/DynamicBibleIonic/platforms/android/app/build/outputs/apk/release/
|