Skip to content

Commit

Permalink
test_: remove port bind
Browse files Browse the repository at this point in the history
  • Loading branch information
antdanchenko committed Oct 28, 2024
1 parent d99fdf1 commit 097d19a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests-functional/docker-compose.test.status-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ services:
"--password", "Strong12345",
"--dir", "/tmp/status-go-data", # Keep in sync with `config.json/DataDir` value. Later this arg will not be needed.
]
ports:
- 3333:3333
# - 8354:8354 # use for local debbuging only
healthcheck:
test: ["CMD-SHELL", "curl -X POST --data '{\"jsonrpc\":\"2.0\",\"method\":\"net_version\",\"params\":[],\"id\":1}' -H 'Content-Type: application/json' http://0.0.0.0:3333 || exit 1"]
interval: 5s
Expand Down

0 comments on commit 097d19a

Please sign in to comment.