We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d057210 commit 53bfe46Copy full SHA for 53bfe46
framework/components/dockercompose/billing_platform_service/docker-compose.yml
@@ -91,7 +91,7 @@ services:
91
restart: on-failure
92
command: ["db", "populate-data", "--linking-mode=basic"]
93
environment:
94
- BILLING_CLIENT_URL: "http://billing-platform-service:2222"
+ BILLING_CLIENT_URL: "billing-platform-service:2222"
95
TEST_OWNERS: ${TEST_OWNERS:-}
96
DISABLE_AUTH: true
97
MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR: ${MAINNET_CAPABILITIES_REGISTRY_CHAIN_SELECTOR:-}
0 commit comments