mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 14:56:01 +00:00
Mega refactor of asset
This commit is contained in:
@@ -40,7 +40,8 @@ services:
|
||||
- SCHEDULED_UPDATE_MAME_XML_CRON=0 5 * * * # Cron expression for the scheduled update (default: 0 5 * * * - At 5:00 AM every day)
|
||||
volumes:
|
||||
- "/path/to/library:/romm/library"
|
||||
- "/path/to/resources:/romm/resources" # [Optional] Path where roms metadata (covers) are stored
|
||||
- "/path/to/assets:/romm/assets" # Path where saves, states and other assets are stored
|
||||
- "/path/to/resources:/romm/resources" # Path where roms metadata (covers) are stored
|
||||
- "/path/to/config:/romm/config" # [Optional] Path where config is stored
|
||||
- "/path/to/database:/romm/database" # [Optional] Only needed if ROMM_DB_DRIVER=sqlite or not set
|
||||
- "/path/to/logs:/romm/logs" # [Optional] Path where logs are stored
|
||||
|
||||
Reference in New Issue
Block a user