Skip to content

Commit

Permalink
expose ports
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 15, 2023
1 parent e933fed commit d816084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration/database/rqlite_migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ func TestMigrateFromPostgresToRqlite(t *testing.T) {
Mounts: []string{
fmt.Sprintf("%s:/auth/config.json", rqliteAuthConfigPath),
},
ExposedPorts: []string{
"4001/tcp",
"4002/tcp",
},
PortBindings: map[docker.Port][]docker.PortBinding{
"4001/tcp": {
{
Expand Down

0 comments on commit d816084

Please sign in to comment.