mirror of
https://github.com/rommapp/romm.git
synced 2025-12-22 10:27:13 +00:00
Added full offline support and configurable logging level and API requests debug logs
This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
volumes:
|
||||
- romm_resources:/romm/resources # Resources fetched from IGDB (covers, screenshots, etc.)
|
||||
- romm_redis_data:/redis-data # Cached data for background tasks
|
||||
- /path/to/library:/romm/library # Your game library
|
||||
- /path/to/library:/romm/library # Your game library. Check https://github.com/rommapp/romm?tab=readme-ov-file#folder-structure for more details.
|
||||
- /path/to/assets:/romm/assets # Uploaded saves, states, etc.
|
||||
- /path/to/config:/romm/config # Path where config.yml is stored
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user