Skip to content

Commit

Permalink
fix: listening on 0.0.0.0 instead of localhost (default)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarm committed Jun 18, 2024
1 parent 552c6af commit d8c1f11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/verdaccio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ logs:
server:
keepAliveTimeout: 0
max_body_size: 100mb

listen:
- 0.0.0.0:4873

0 comments on commit d8c1f11

Please sign in to comment.