chore(roms): pin romm to 4.9.0-beta.2 for save-sync endpoints + content_hash fix

This commit is contained in:
ginnoir
2026-06-09 18:36:14 -05:00
parent 3cc86d866f
commit 225078afbe
+3 -1
View File
@@ -22,7 +22,9 @@
services:
romm:
image: rommapp/romm:4
# Pinned: save-sync (/api/sync/*) + raw content_hash fix need 4.9.0-beta.2.
# Revert to :4 once 4.9.0 stable is released.
image: rommapp/romm:4.9.0-beta.2
container_name: romm
restart: unless-stopped
networks: [roms, edge]