Skip to content

Commit a6a6707

Browse files
committed
Use explicit parrot env vars
1 parent 99b0e24 commit a6a6707

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/docker/test_env/parrot.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ func (p *Parrot) getContainerRequest() (tc.ContainerRequest, error) {
130130
Image: pImage,
131131
ExposedPorts: []string{"80/tcp"},
132132
Networks: p.Networks,
133+
Env: map[string]string{
134+
"PARROT_PORT": "80",
135+
"PARROT_LOG_LEVEL": "trace",
136+
"PARROT_HOST": "0.0.0.0",
137+
},
133138
WaitingFor: tcwait.ForHealthCheck().
134139
WithPollInterval(100 * time.Millisecond).WithStartupTimeout(p.StartupTimeout),
135140
LifecycleHooks: []tc.ContainerLifecycleHooks{

0 commit comments

Comments
 (0)