diff --git a/docker-compose.yml b/docker-compose.yml index a65f9b1f..eb559c26 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5285,7 +5285,7 @@ services: condition: service_healthy required: true restart: true - image: rommapp/romm:latest@sha256:fa9a412dd2881472ef85aa9b268a84ae6d149b865fddd50df2b72749ce8a480e + image: rommapp/romm:latest@sha256:c81778afcafe7c865bdf156d1c62349aec3dfca3aca5ec0d6c2c2e8bfa9fb071 environment: ROMM_DB_DRIVER: mariadb # mariadb | sqlite (default: sqlite) ROMM_HOST: https://localhost:3000 # [Optional] your host ip or domain name (including http(s)://, subdomain and port if needed). Being used only for webRcade feed for now.