Skip to content

Commit

Permalink
Merge pull request #231 from unipept/fix/unknown-host-docker-internal…
Browse files Browse the repository at this point in the history
…-linux

Fix for unknown `host.docker.internal` on Linux
  • Loading branch information
pverscha authored Sep 29, 2022
2 parents 80f5b4f + 10bc884 commit 045b346
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/logic/communication/docker/DockerCommunicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,8 @@ export default class DockerCommunicator {
HostIP: "0.0.0.0",
HostPort: DockerCommunicator.WEB_COMPONENT_PUBLIC_PORT
}]
}
},
ExtraHosts: ["host.docker.internal:host-gateway"]
}
}
);
Expand Down

0 comments on commit 045b346

Please sign in to comment.