Merge "gerrit: fix docker-compose template"

This commit is contained in:
Zuul 2021-07-12 18:05:46 +00:00 committed by Gerrit Code Review
commit 4feb2b934f
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
version: '2'
{% if gerrit_reviewdb_database_type == 'mariadb_container' %}
services:
{% if gerrit_reviewdb_database_type == 'mariadb_container' %}
mariadb:
image: docker.io/library/mariadb:10.4
network_mode: host