Sign inSign up

antihero/nginx-proxy-node

By antihero

Updated over 9 years ago

Sets up nginx and node. Run via service nginx start && node app.js

Image
2

1.1K

antihero/nginx-proxy-node repository overview

nginx-proxy-node

A minimal docker image for setting up nginx to wrap your service.

Quickstart

  1. Have your service listen on unix:///default.sock
  2. Add this to your Dockerfile: CMD rm /default.sock; /etc/init.d/nginx start && <your run command here>

Tag summary

Content type

Image

Digest

Size

108 MB

Last updated

over 9 years ago

docker pull antihero/nginx-proxy-node