Skip to content

Instantly share code, notes, and snippets.

@emj365
Last active March 10, 2017 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emj365/eeaa1a7c729c10ad8bee8b3f7a0597dc to your computer and use it in GitHub Desktop.
Save emj365/eeaa1a7c729c10ad8bee8b3f7a0597dc to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run \
--name reverse-proxy \
--net=host \
-p 80:80 \
-v /root/nginx-conf.d:/etc/nginx/conf.d \
-d nginx:stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment