From 80441cce1efc02fe08fb7e8a3cfc26eca7b41a96 Mon Sep 17 00:00:00 2001 From: tiyn Date: Sat, 14 Oct 2023 06:21:56 +0200 Subject: [PATCH] docker: updated gameyfin setup --- wiki/docker/grimsi_-_gameyfin.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wiki/docker/grimsi_-_gameyfin.md b/wiki/docker/grimsi_-_gameyfin.md index d6984d5..ff87d96 100644 --- a/wiki/docker/grimsi_-_gameyfin.md +++ b/wiki/docker/grimsi_-_gameyfin.md @@ -5,7 +5,11 @@ This is a [Docker](/wiki/docker.md) container for a [Gameyfin](/wiki/games/gamey ## Set-up Create the files `rebuild.sh` and `docker-compose.yml` at the same place. -Change the settings according to your needs and run `./rebuild.sh` afterwards. +Change the settings according to your needs. +Create the volume for the configuration files by running the command `docker volume create +gameyfin_config`. +Make sure to run the following command on the config volume `chown -R 1000:root gameyfin_config`. +Afterwards run `./rebuild.sh`. ## Environment-variables