We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9975166 commit a78bc06Copy full SHA for a78bc06
1 file changed
docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
- "SMARTHOST_ALIASES=${SMARTHOST_ALIASES}"
19
20
redis:
21
- image: valkey/valkey:7.2
+ image: ghcr.io/valkey-io/valkey:7.2.11
22
restart: always
23
command: |
24
sh -c '
@@ -50,7 +50,7 @@ services:
50
51
db:
52
# We use MariaDB because it supports ARM and has the expected collations
53
- image: mariadb:10.11
+ image: ghcr.io/mariadb/mariadb:11.8.3-ubi9
54
55
environment:
56
- "MYSQL_USER=${MYSQL_USER:-misp}"
0 commit comments