From a78bc068dcd91f659f3e7d831d002d1fe219804d Mon Sep 17 00:00:00 2001 From: Stefano Ortolani Date: Tue, 4 Nov 2025 11:25:23 +0000 Subject: [PATCH] Remove docker hub dependencies --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fe1f139..a26b90a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: - "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}" redis: - image: valkey/valkey:7.2 + image: ghcr.io/valkey-io/valkey:7.2.11 restart: always command: | sh -c ' @@ -50,7 +50,7 @@ services: db: # We use MariaDB because it supports ARM and has the expected collations - image: mariadb:10.11 + image: ghcr.io/mariadb/mariadb:11.8.3-ubi9 restart: always environment: - "MYSQL_USER=${MYSQL_USER:-misp}"