Skip to content

Commit

Permalink
test(ingest): use different mysql test port (#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored May 18, 2021
1 parent 81e7ea2 commit f310ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
environment:
MYSQL_ROOT_PASSWORD: example
ports:
- 53306:3306
- 53307:3306
volumes:
- ./setup:/setup
- ./setup/setup.sql:/docker-entrypoint-initdb.d/setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source:
username: root
password: example
database: metagalaxy
host_port: localhost:53306
host_port: localhost:53307
schema_pattern:
allow:
- "^metagalaxy"
Expand Down

0 comments on commit f310ff9

Please sign in to comment.