diff --git a/README.md b/README.md index 46636b5..6e549bb 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/demo/docker-compose.yaml b/demo/docker-compose.yaml index d962e49..6b7b8c1 100644 --- a/demo/docker-compose.yaml +++ b/demo/docker-compose.yaml @@ -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: