Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions production/romm/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumes:

services:
romm-db:
image: mariadb:12.2.2-noble
image: mariadb:12.2.2-noble@sha256:b3af559fc38e013c50dd5b5993bfbbb21125c1a62d976b3b0a14d9c4acaae578
restart: unless-stopped
networks:
- romm
Expand All @@ -34,7 +34,7 @@ services:
retries: 5

romm:
image: rommapp/romm:4.6.1
image: rommapp/romm:4.6.1@sha256:7f8b04e2e7652ae3121f19e712373bc021530b3c500e0c077c69a9cfe431395c
restart: unless-stopped
networks:
- romm
Expand Down
Loading