Fixed some bugs related to the property files

This commit is contained in:
grimsi
2022-08-12 23:36:47 +02:00
parent 763bd63056
commit 63d585b5d6
14 changed files with 90 additions and 70 deletions
+4
View File
@@ -8,6 +8,10 @@ services:
- 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>
# The following two environment variables only need to be set if you have more than one library folder.
# If you have just one you can safely delete them.
- gameyfin.cache=<path to your game library>/.gameyfin/cache
- gameyfin.db=<path to your game library>/.gameyfin/db
volumes:
- <path to your game library>:/opt/gameyfin-library
ports: