Skip to content

Commit a78bc06

Browse files
committed
Remove docker hub dependencies
1 parent 9975166 commit a78bc06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818
- "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}"
1919

2020
redis:
21-
image: valkey/valkey:7.2
21+
image: ghcr.io/valkey-io/valkey:7.2.11
2222
restart: always
2323
command: |
2424
sh -c '
@@ -50,7 +50,7 @@ services:
5050

5151
db:
5252
# We use MariaDB because it supports ARM and has the expected collations
53-
image: mariadb:10.11
53+
image: ghcr.io/mariadb/mariadb:11.8.3-ubi9
5454
restart: always
5555
environment:
5656
- "MYSQL_USER=${MYSQL_USER:-misp}"

0 commit comments

Comments
 (0)