Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchenzichang committed Aug 16, 2024
1 parent d25db06 commit 760f506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-interaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (dc *DockerClient) StartMySQLContainer(ctx context.Context) error {
// todo check why the this is not actually the container name, and also find the approach to set the customized container name
Hostname: "mysql:cdc-observer:" + RandStringBytesMaskImpr(10),
Env: []string{
// todo find out why the username setting here does work, but it's not a big matter
"MYSQL_ROOT_USERNAME=elliot_test",
"MYSQL_ROOT_PASSWORD=123456",
fmt.Sprintf("MYSQL_DATABASE=%s", dc.dbName),
Expand Down

0 comments on commit 760f506

Please sign in to comment.