[doc] configuration#listen-port not working as descriped
See original GitHub issuehey 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:
- Created 5 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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!
was only a quick example with typo 😃 I Edit it…