Skip to content

Commit 872ce00

Browse files
authored
build: remove mariadb 10.6 (#61)
1 parent 44a51f2 commit 872ce00

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

docker/data-source-services/docker-compose.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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
5241
networks:
5342
st-internal:
5443
external: true

docker/data-source-tools/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4141
networks:

0 commit comments

Comments
 (0)