Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pangpond
Created January 30, 2017 09:11
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/316a7708812fe43ac024cb257fec834c to your computer and use it in GitHub Desktop.
Save pangpond/316a7708812fe43ac024cb257fec834c to your computer and use it in GitHub Desktop.
docker run -d --name php7-fpm -v ${PWD}:/var/www/html/ --expose 9001 --net frontend-network --restart always --network-alias phpfpm php7fpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment