Skip to content

Instantly share code, notes, and snippets.

@vokiel
Created August 8, 2017 09:00
Show Gist options
  • Save vokiel/16554ec122ab3cdb65a5fa1e4bf779b6 to your computer and use it in GitHub Desktop.
Save vokiel/16554ec122ab3cdb65a5fa1e4bf779b6 to your computer and use it in GitHub Desktop.
Docker apache + php + mod_rewrite
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