Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ _For managing MySQL/MariaDB databases visually._

* Viewable at: http://localhost:8080
* It supports the following databases...
* mariadb106 (lts, deprecated)
* mariadb1011 (lts)
* mariadb1011 (lts, deprecated)
* mariadb1104 (lts)

### Mailpit
Expand Down
11 changes: 0 additions & 11 deletions docker/data-source-services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@ services:
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
mariadb106:
image: mariadb:10.6
container_name: sourcetoad_mariadb106
ports:
- "33106:3306"
environment:
- MYSQL_ROOT_PASSWORD=root
- MYSQL_USER=mariadb_user
- MYSQL_PASSWORD=mariadb_pass
networks:
- st-internal
networks:
st-internal:
external: true
Expand Down
2 changes: 1 addition & 1 deletion docker/data-source-tools/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
networks:
- st-internal
environment:
PMA_HOSTS: mariadb1104,mariadb1011,mariadb106
PMA_HOSTS: mariadb1104,mariadb1011
PMA_USER: root
PMA_PASSWORD: root
networks:
Expand Down
Loading