Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jun 5, 2024
1 parent 4933c94 commit c56bfee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/instances/stackup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export const stackup = defineInstance((parameters?: StackupParameters) => {
'host',
'--add-host',
'host.docker.internal:host-gateway',
'--add-host',
'localhost:host-gateway',
'-p',
`${port}:${port}`,
'-e',
Expand Down

0 comments on commit c56bfee

Please sign in to comment.