Compose-Examples/examples/bibliogram/docker-compose.yml
2023-03-01 09:32:03 -06:00

10 lines
266 B
YAML

version: '3.4'
services:
bibliogram:
image: schklom/bibliogram
container_name: bibliogram
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/bibliogram/config.js:/app/config.js:ro
ports:
- '10407:10407'
restart: unless-stopped