Closed bkestelman closed 5 years ago
More secure for container to run on isolated network instead of sharing host's. Consider creating separate containers for nginx and nodejs, and proxy_passing the websocket. Then, only open port for nginx.
Created a wrapper for docker run (see docker_run.sh) which takes ports as args at runtime.
More secure for container to run on isolated network instead of sharing host's. Consider creating separate containers for nginx and nodejs, and proxy_passing the websocket. Then, only open port for nginx.