summaryrefslogtreecommitdiff
path: root/tools/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker-compose.yaml')
-rw-r--r--tools/docker-compose.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/docker-compose.yaml b/tools/docker-compose.yaml
index 05b4905e2..743be6988 100644
--- a/tools/docker-compose.yaml
+++ b/tools/docker-compose.yaml
@@ -1,9 +1,9 @@
version: "3"
services:
- mysql:
- container_name: zuul-test-mysql
- image: mysql:8.0
+ mariadb:
+ container_name: zuul-test-mariadb
+ image: mariadb:10.6
environment:
- MYSQL_ROOT_PASSWORD=insecure_worker
ports: