File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ _For managing MySQL/MariaDB databases visually._
4848
4949* Viewable at: http://localhost:8080
5050* It supports the following databases...
51- * mariadb106 (lts, deprecated)
52- * mariadb1011 (lts)
51+ * mariadb1011 (lts, deprecated)
5352 * mariadb1104 (lts)
5453
5554### Mailpit
Original file line number Diff line number Diff line change @@ -38,17 +38,6 @@ services:
3838 - MYSQL_PASSWORD=mariadb_pass
3939 networks :
4040 - st-internal
41- mariadb106 :
42- image : mariadb:10.6
43- container_name : sourcetoad_mariadb106
44- ports :
45- - " 33106:3306"
46- environment :
47- - MYSQL_ROOT_PASSWORD=root
48- - MYSQL_USER=mariadb_user
49- - MYSQL_PASSWORD=mariadb_pass
50- networks :
51- - st-internal
5241networks :
5342 st-internal :
5443 external : true
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ services:
3535 networks :
3636 - st-internal
3737 environment :
38- PMA_HOSTS : mariadb1104,mariadb1011,mariadb106
38+ PMA_HOSTS : mariadb1104,mariadb1011
3939 PMA_USER : root
4040 PMA_PASSWORD : root
4141networks :
You can’t perform that action at this time.
0 commit comments