mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
14 lines
468 B
YAML
14 lines
468 B
YAML
|
|
version: '3.5'
|
||
|
|
services:
|
||
|
|
feishin:
|
||
|
|
container_name: feishin
|
||
|
|
image: jeffvli/feishin
|
||
|
|
restart: unless-stopped
|
||
|
|
ports:
|
||
|
|
- 9180:9180
|
||
|
|
environment:
|
||
|
|
- SERVER_NAME=jellyfin # pre defined server name
|
||
|
|
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
|
||
|
|
- SERVER_TYPE=jellyfin # navidrome also works
|
||
|
|
- SERVER_URL= # http://address:port
|