Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Updated mariadb version
Browse files Browse the repository at this point in the history
  • Loading branch information
vardan10 committed Nov 17, 2023
1 parent ec328be commit 362a609
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docker/mariaDB/mysql-healthcheck.sh

This file was deleted.

4 changes: 2 additions & 2 deletions jenkins/mariadb-with-replication/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.3'
services:
mysql-primary:
image: mariadb:10.7
image: mariadb:10
container_name: mysql-primary
command: mysqld
volumes:
Expand All @@ -21,7 +21,7 @@ services:
test: ['CMD', 'mysqladmin', 'ping', '-hlocalhost', '-ppassword']

mysql-read-replica:
image: mariadb:10.7
image: mariadb:10
depends_on:
mysql-primary:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion jenkins/mariadb/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
version: '3.3'
services:
mariadb:
image: mariadb:10.7
image: mariadb:10
command: mysqld --max_connections=500
volumes:
- ../../docker/mariadb/primary/conf/mysql.cnf:/etc/mysql/conf.d/mysql.cnf
Expand Down

0 comments on commit 362a609

Please sign in to comment.