Created
January 30, 2017 09:11
-
-
Save pangpond/316a7708812fe43ac024cb257fec834c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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