File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docker/data-source-services Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ services:
4343 - MYSQL_PASSWORD=mysql_pass
4444 networks :
4545 - st-mysql-56
46- mariadb101 :
47- image : mariadb:10.1
48- container_name : sourcetoad_mariadb101
46+ mariadb102 :
47+ image : mariadb:10.2
48+ container_name : sourcetoad_mariadb102
4949 ports :
50- - " 33101 :3306"
50+ - " 33102 :3306"
5151 environment :
5252 - MYSQL_ROOT_PASSWORD=root
5353 - MYSQL_USER=mariadb_user
5454 - MYSQL_PASSWORD=mariadb_pass
5555 networks :
56- - st-mariadb-101
56+ - st-mariadb-102
5757 redis32 :
5858 image : redis:3.2-alpine
5959 command : redis-server --appendonly yes
@@ -72,9 +72,9 @@ networks:
7272 st-mysql-56 :
7373 external :
7474 name : st-mysql-56
75- st-mariadb-101 :
75+ st-mariadb-102 :
7676 external :
77- name : st-mariadb-101
77+ name : st-mariadb-102
7878 st-redis-32 :
7979 external :
8080 name : st-redis-32
You can’t perform that action at this time.
0 commit comments