File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,9 @@ _For managing MySQL/MariaDB databases visually._
48
48
49
49
* Viewable at: http://localhost:8080
50
50
* It supports the following databases...
51
- * mariadb106 (lts)
51
+ * mariadb106 (lts, deprecated )
52
52
* mariadb1011 (lts)
53
+ * mariadb1104 (lts)
53
54
54
55
### Mailpit
55
56
_ For mimicking an email inbox (ala mailtrap) for local usage._
Original file line number Diff line number Diff line change @@ -16,6 +16,17 @@ services:
16
16
- ./proxy_increase.conf:/etc/nginx/proxy.conf
17
17
networks :
18
18
- st-internal
19
+ mariadb1104 :
20
+ image : mariadb:11.4
21
+ container_name : sourcetoad_mariadb1104
22
+ ports :
23
+ - " 33114:3306"
24
+ environment :
25
+ - MYSQL_ROOT_PASSWORD=root
26
+ - MYSQL_USER=mariadb_user
27
+ - MYSQL_PASSWORD=mariadb_pass
28
+ networks :
29
+ - st-internal
19
30
mariadb1011 :
20
31
image : mariadb:10.11
21
32
container_name : sourcetoad_mariadb1011
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
35
35
networks :
36
36
- st-internal
37
37
environment :
38
- PMA_HOSTS : mariadb1011,mariadb106
38
+ PMA_HOSTS : mariadb1104, mariadb1011,mariadb106
39
39
PMA_USER : root
40
40
PMA_PASSWORD : root
41
41
networks :
You can’t perform that action at this time.
0 commit comments