From 9bbd83f6b8b81c04acb4d84f6cf9c386014ba6e8 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 1 Sep 2025 05:47:49 +0000 Subject: [PATCH] Update media-management.yaml --- media-management.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-management.yaml b/media-management.yaml index bbc2efe..795f651 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -244,8 +244,8 @@ services: - HASHEOUS_API_ENABLED=true # https://docs.romm.app/latest/Getting-Started/Metadata-Providers/#hasheous - IGDB_CLIENT_SECRET=$IGDB_CLIENT_SECRET volumes: - - romm_resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.) - - romm_redis_data:/redis-data # Cached data for background tasks + - /dockers/romm/resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.) + - /dockers/romm/romm_redis_data:/redis-data # Cached data for background tasks - /dockers/romm/library:/romm/library # Your game library. Check https://github.com/rommapp/romm?tab=readme-ov-file#folder-structure for more details. - /dockers/romm/assets:/romm/assets # Uploaded saves, states, etc. - /dockers/romm/config:/romm/config # Path where config.yml is stored