Skip to content

Instantly share code, notes, and snippets.

@pangpond
Created January 30, 2017 09:15
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 pangpond/d74d72ec9fd9d429897d1a1db059b783 to your computer and use it in GitHub Desktop.
Save pangpond/d74d72ec9fd9d429897d1a1db059b783 to your computer and use it in GitHub Desktop.
docker run -d --name nginx --volumes-from php7-fpm --net frontend-network --restart always -p 8080:80 -v ${PWD}/nginx.d:/etc/nginx/conf.d nginx:1.11.9-alpine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment