Skip to content

Commit 38ef4fe

Browse files
committed
chore: fix databae and port for mysql service
1 parent b75a0c1 commit 38ef4fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ services:
5959
environment:
6060
MYSQL_USER: "otel"
6161
MYSQL_PASSWORD: "secret"
62-
MYSQL_DATABASE: "test_db"
62+
MYSQL_DATABASE: "otel_mysql_database"
6363
MYSQL_ROOT_PASSWORD: "rootpw"
6464
ports:
6565
- "33306:3306"

test/test-services.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MYSQL_DATABASE=otel_mysql_database
1616
MYSQL_HOST=127.0.0.1
1717
MYSQL_PASSWORD=secret
1818
MYSQL_ROOT_PASSWORD=rootpw
19-
MYSQL_PORT=3306
19+
MYSQL_PORT=33306
2020
MYSQL_USER=otel
2121
OPENTELEMETRY_MEMCACHED_HOST=localhost
2222
OPENTELEMETRY_MEMCACHED_PORT=11211

0 commit comments

Comments
 (0)