Skip to content

Commit

Permalink
Added a example docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakoluz committed Dec 18, 2023
1 parent f8efa00 commit 481db35
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.5"
services:
feishin:
container_name: feishin
image: ghcr.io/jeffvli/feishin:latest
restart: unless-stopped
ports:
- 9180:9180
environment:
- SERVER_NAME=jellyfin # pre defined server name
- SERVER_LOCK=true # When true only username and password fields will be enabled
- SERVER_TYPE=JELLYFIN #NAVIDROME also works
- SERVER_URL= #http://address:port

0 comments on commit 481db35

Please sign in to comment.