added platform versions support

This commit is contained in:
Zurdi
2024-01-19 13:17:52 +01:00
parent 6e665af8dd
commit e231d1b73e
19 changed files with 520 additions and 34 deletions

View File

@@ -41,7 +41,7 @@ services:
volumes:
- "/path/to/library:/romm/library"
- "/path/to/resources:/romm/resources" # [Optional] Path where roms metadata (covers) are stored
- "/path/to/config.yml:/romm/config.yml" # [Optional] Path where config is 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
ports: