Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/update-npm-dependenc…
Browse files Browse the repository at this point in the history
…ies-56d55a2dd6
  • Loading branch information
mergify[bot] authored Jul 3, 2024
2 parents 5801082 + 96bbcbd commit 7a0ec0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dev/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
context: .
dockerfile: ./Dockerfile.debug
container_name: connector-1
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "3000:80" # Webserver
- "9229:9229" # Debugger
Expand All @@ -28,6 +30,8 @@ services:
context: .
dockerfile: ./Dockerfile.debug
container_name: connector-2
extra_hosts:
- "host.docker.internal:host-gateway"
ports:
- "3001:80" # Webserver
- "9231:9229" # Debugger
Expand Down

0 comments on commit 7a0ec0a

Please sign in to comment.