Skip to content

Commit

Permalink
Add host.docker.internal to rpc container
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Jun 13, 2024
1 parent 5c4c87e commit 410fd0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/soroban-rpc/internal/test/docker-compose.rpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ services:
volumes:
- ${RPC_CONFIG_MOUNT_DIR}/stellar-core-integration-tests.cfg:/stellar-core.cfg
- ${RPC_CONFIG_MOUNT_DIR}/soroban-rpc.config:/soroban-rpc.config
- ${RPC_SQLITE_MOUNT_DIR}:/db/
- ${RPC_SQLITE_MOUNT_DIR}:/db/
extra_hosts:
- "host.docker.internal:host-gateway"

0 comments on commit 410fd0d

Please sign in to comment.