Created
August 8, 2017 09:00
-
-
Save vokiel/16554ec122ab3cdb65a5fa1e4bf779b6 to your computer and use it in GitHub Desktop.
Docker apache + php + mod_rewrite
This file contains hidden or 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 -v myhtml:/var/www/html -p 8000:80 php:5.6-apache /bin/bash -c 'a2enmod rewrite; apache2-foreground' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment