Skip to content

Commit 18118c5

Browse files
committed
build: move order of db from newest to oldest
1 parent 77e2f8b commit 18118c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121
networks:
2222
- st-internal
2323
environment:
24-
PMA_HOSTS: mariadb106,mariadb1011
24+
PMA_HOSTS: mariadb1011,mariadb106
2525
PMA_USER: root
2626
PMA_PASSWORD: root
2727
networks:

0 commit comments

Comments
 (0)