From 383b728ddcb88313a425ac9d1d36572cf93093fc Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:39:11 -0500 Subject: [PATCH] chore(readmee): more accurate docker compose (2) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbb75f406..6ea7b913a 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,15 @@ services: feishin: container_name: feishin image: 'ghcr.io/jeffvli/feishin:latest' + restart: unless-stopped environment: - - SERVER_NAME=jellyfin # pre defined server name + - 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 + - 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: - 9180:9180 - restart: unless-stopped + # Alternatively, to restrict to only localhost, - 127.0.0.1:9180:8190 ``` ### Configuration