Skip to content

Commit d0389a1

Browse files
committed
feat: Update the dev setup
Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
1 parent 975e81b commit d0389a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sql/docker-compose.test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ services:
6767
image: adminer:4.8.1
6868
container_name: perses-sql-test-adminer
6969
ports:
70-
- "8080:8080"
70+
- "8081:8080"
7171
depends_on:
7272
- postgres
7373
- mysql

sql/test-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ show_info() {
133133
echo " Database: perses_test"
134134
echo ""
135135
echo -e "${BLUE}Web UI:${NC}"
136-
echo " Adminer: http://localhost:8080"
136+
echo " Adminer: http://localhost:8081"
137137
echo ""
138138
echo -e "${BLUE}Useful Commands:${NC}"
139139
echo " make test - Run all tests"

0 commit comments

Comments
 (0)