Skip to content

Instantly share code, notes, and snippets.

@jaemyeong
Created September 14, 2019 16:37
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 jaemyeong/9dbb1c39b8d8cd62e8892f4bd5786111 to your computer and use it in GitHub Desktop.
Save jaemyeong/9dbb1c39b8d8cd62e8892f4bd5786111 to your computer and use it in GitHub Desktop.
sudo docker run --name nginx \
-p 80:80 \
-p 443:443 \
--network {네트워크} \
--mount type=bind,source=/etc/letsencrypt,target=/etc/letsencrypt \
nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment