question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[doc] configuration#listen-port not working as descriped

See original GitHub issue

hey there!

small hint: your write here https://verdaccio.org/docs/en/configuration#listen-port

listen:
# - localhost:4873            # default value
# - http://localhost:4873     # same thing
# - 0.0.0.0:4873              # listen on all addresses (INADDR_ANY)
# - https://example.org:4873  # if you want to use https
# - "[::1]:4873"                # ipv6
# - unix:/tmp/verdaccio.sock    # unix socket

but this not working for me, e.g.

listen:
 - 162.87.5.122:4873

working now like descriped here (writing in one line WORKS!) https://verdaccio.org/docs/en/server-configuration#listening-on-all-addresses e.g with

listen: 162.87.5.122:4873

thx for this cool product!

greetings crazyx13th

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
crazyx13thcommented, Feb 7, 2019

uff, sorry, I try to reproduce, but now it’s working… maybe it was a mixure of something or I had to less coffee this time 😃 pls close!

1reaction
crazyx13thcommented, Feb 7, 2019

was only a quick example with typo 😃 I Edit it…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure a Server to Listen on a Specific TCP Port
This topic describes how to configure an instance of the SQL Server Database Engine to listen on a specific fixed port by using...
Read more >
16.2 Solutions to Common Errors
This error occurs if you configure an HTTP listener port up to 1024 (say 80 ) and attempt to start the Oracle Traffic...
Read more >
docker-compose up -d doesn't expose ports when defined ...
ports configuration seems working for containers that is built from image pull, but not for containers built from a local dockerfile.
Read more >
Check listening ports with netstat -
If something else is listening on the port, you can disable the program by running sudo service httpd stop , or change its...
Read more >
8080 port already taken issue when trying to redeploy ...
Verify the connector's configuration, identify and stop any process that's listening on port 8080, or configure this application to listen on another port....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found