8 lines
No EOL
195 B
YAML
8 lines
No EOL
195 B
YAML
services:
|
|
jellyfin:
|
|
image: stoplight/prism
|
|
ports:
|
|
- '9003:4010'
|
|
volumes:
|
|
- './src/features/content/apis:/var/apis'
|
|
command: 'mock -h 0.0.0.0 /var/apis/jellyfin.json' |