Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Aug 1, 2023
1 parent 8066a55 commit 4340a86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# publicaddr

[![npm version](https://badge.fury.io/js/publicaddr.svg)](https://badge.fury.io/js/publicaddr)

Allow multiple Node.js processes to listen on same port, with `SO_REUSEPORT`.

(With this library, `SO_REUSEPORT` will be `setsockopt`-ed on all TCP sockets, before `bind` call).
Expand Down
2 changes: 1 addition & 1 deletion demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"
services:
demo-server-g1: &demo-server
build: ..
# image: ghcr.io/jokester/publicaddr:sha-f7a3d78
# image: ghcr.io/jokester/publicaddr:pr-1
command: npm start
working_dir: /opt/publicaddr/demo
deploy:
Expand Down

0 comments on commit 4340a86

Please sign in to comment.