summaryrefslogtreecommitdiffstats
path: root/book-searcher/docker-compose.yaml
blob: 151fc770619570c414aca4d6f59bfb130ca0922e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
version: '3'

services:
  book-searcher:
    image: dejavumoe/book-searcher
    restart: always
    ports:
      - "127.0.0.1:7070:7070"
    volumes:
      - ./index:/index