You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image (smokeping-prober-linux-armv7) works fine on its own. But when starting with docker-compose, despite using the same options, it errors with smokeping_q_prober_1 | time="2021-06-16T17:44:26Z" level=fatal msg="listen tcp: address tcp/9374\": unknown port" source="main.go:149"any idea why that is?
Port is specified with
ports:
- 9374:9374
and --web.listen-address=":9374"
The text was updated successfully, but these errors were encountered:
The image (smokeping-prober-linux-armv7) works fine on its own. But when starting with docker-compose, despite using the same options, it errors with
smokeping_q_prober_1 | time="2021-06-16T17:44:26Z" level=fatal msg="listen tcp: address tcp/9374\": unknown port" source="main.go:149"
any idea why that is?Port is specified with
and
--web.listen-address=":9374"
The text was updated successfully, but these errors were encountered: