mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
chore(readmer): more accurate docker compose
This commit is contained in:
@@ -110,10 +110,6 @@ services:
|
|||||||
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
|
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
|
||||||
- SERVER_TYPE=jellyfin # navidrome also works
|
- SERVER_TYPE=jellyfin # navidrome also works
|
||||||
- SERVER_URL= # http://address:port
|
- SERVER_URL= # http://address:port
|
||||||
- PUID=1000
|
|
||||||
- PGID=1000
|
|
||||||
- UMASK=002
|
|
||||||
- TZ=America/Los_Angeles
|
|
||||||
ports:
|
ports:
|
||||||
- 9180:9180
|
- 9180:9180
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
+7
-7
@@ -1,13 +1,13 @@
|
|||||||
version: '3.5'
|
|
||||||
services:
|
services:
|
||||||
feishin:
|
feishin:
|
||||||
container_name: feishin
|
container_name: feishin
|
||||||
image: ghcr.io/jeffvli/feishin:latest
|
image: 'ghcr.io/jeffvli/feishin:latest'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
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 # the allowed types are: jellyfin, navidrome, subsonic. These values are case insensitive
|
||||||
|
- SERVER_URL= # http://address:port or https://address:port
|
||||||
ports:
|
ports:
|
||||||
- 9180:9180
|
- 9180:9180
|
||||||
environment:
|
# Alternatively, to restrict to only localhost, - 127.0.0.1:9180:8190
|
||||||
- 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
|
|
||||||
Reference in New Issue
Block a user