adding env options

This commit is contained in:
minicoz 2024-06-28 09:10:47 -07:00
parent a84276579b
commit c960cc44b7

View file

@ -79,6 +79,10 @@ services:
container_name: feishin container_name: feishin
image: 'ghcr.io/jeffvli/feishin:latest' image: 'ghcr.io/jeffvli/feishin:latest'
environment: 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
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- UMASK=002 - UMASK=002