From 68fc3e9c56ff11470f5183e1ef92e118834010cc Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 1 Sep 2025 19:55:42 +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 795f651..3d0d9ba 100644 --- a/media-management.yaml +++ b/media-management.yaml @@ -246,8 +246,8 @@ services: volumes: - /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. + - /mnt/ROMs:/romm/library # Your game library. Check https://github.com/rommapp/romm?tab=readme-ov-file#folder-structure for more details. + - /mnt/ROMs/Batocera/saves:/romm/assets # Uploaded saves, states, etc. - /dockers/romm/config:/romm/config # Path where config.yml is stored