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 743be6988..05b4905e2 100644
--- a/tools/docker-compose.yaml
+++ b/tools/docker-compose.yaml
@@ -1,9 +1,9 @@
version: "3"
services:
- mariadb:
- container_name: zuul-test-mariadb
- image: mariadb:10.6
+ mysql:
+ container_name: zuul-test-mysql
+ image: mysql:8.0
environment:
- MYSQL_ROOT_PASSWORD=insecure_worker
ports: