Skip to content

Commit

Permalink
feat: log platform name
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Apr 12, 2024
1 parent ed045fa commit 60f1511
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class DockerManager {
'80/tcp': [{ HostPort: '80' }],
},
NetworkMode: networkMode,
ExtraHosts: 'host.docker.internal:host-gateway',
},
});

Expand Down Expand Up @@ -70,6 +71,7 @@ class DockerManager {
],
HostConfig: {
NetworkMode: networkMode,
ExtraHosts: 'host.docker.internal:host-gateway',
},
});

Expand Down

0 comments on commit 60f1511

Please sign in to comment.