Skip to content

Commit 06944bc

Browse files
authored
Merge pull request #1627 from input-output-hk/chore/docker-compose-ports
chore: resolve docker compose ports conflict
2 parents 71013bd + d157514 commit 06944bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cardano-services/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
- NETWORK=${NETWORK:-mainnet}
5656
- SCAN_INTERVAL=${SCAN_INTERVAL:-60}
5757
ports:
58-
- ${API_PORT:-4001}:3000
58+
- ${API_PORT:-4007}:3000
5959
restart: on-failure
6060
secrets:
6161
- blockfrost_key

0 commit comments

Comments
 (0)