summaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 9a6ade5877fc92d95700046c2652400338f5408f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  jellyfin:
    image: jellyfin/jellyfin
    network_mode: host
    volumes:
      - ./testenv/config:/config
      - ./testenv/cache:/cache
      - ./testenv/media:/media
    develop:
      watch:
        - action: sync+restart
          path: ./bin/Debug/net8.0/
          target: /config/plugins/JCoverXtremePro/