Added new docker-compose example file for multiple library folders

Updated docker-compose example file environment variable names due to incompatibility
This commit is contained in:
grimsi
2022-08-29 18:09:20 +02:00
parent b8812d900d
commit 9c5b46daf0
2 changed files with 22 additions and 5 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ services:
image: grimsi/gameyfin:latest
container_name: gameyfin
environment:
- gameyfin.user=<your username here>
- gameyfin.password=<your password here>
- gameyfin.igdb.api.client-id=<your twitch client-id here>
- gameyfin.igdb.api.client-secret=<your twitch client-secret here>
- GAMEYFIN_USER=<your username here>
- GAMEYFIN_PASSWORD=<your password here>
- GAMEYFIN_IGDB_API_CLIENT_ID=<your twitch client-id here>
- GAMEYFIN_IGDB_API_CLIENT_SECRET=<your twitch client-secret here>
volumes:
- <path to your game library>:/opt/gameyfin-library
ports:
- "8080:8080"
- "8080:8080"