Skip to content

Commit 052f110

Browse files
committed
Replace jdbc:mariadb with jdbc:mysql
1 parent 5cc9dc2 commit 052f110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/compose/docker-compose.kb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
ports:
2222
- "9090:8080"
2323
environment:
24-
- KAUI_CONFIG_DAO_URL=jdbc:mariadb://db:3306/kaui
24+
- KAUI_CONFIG_DAO_URL=jdbc:mysql://db:3306/kaui
2525
- KAUI_CONFIG_DAO_USER=root
2626
- KAUI_CONFIG_DAO_PASSWORD=killbill
2727
- KAUI_KILLBILL_URL=http://killbill:8080

0 commit comments

Comments
 (0)