Skip to content

Commit 097d19a

Browse files
committed
test_: remove port bind
1 parent d99fdf1 commit 097d19a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests-functional/docker-compose.test.status-go.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ services:
1616
"--password", "Strong12345",
1717
"--dir", "/tmp/status-go-data", # Keep in sync with `config.json/DataDir` value. Later this arg will not be needed.
1818
]
19-
ports:
20-
- 3333:3333
21-
# - 8354:8354 # use for local debbuging only
2219
healthcheck:
2320
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"]
2421
interval: 5s

0 commit comments

Comments
 (0)