Skip to content

Instantly share code, notes, and snippets.

@josfaber
Created November 20, 2021 16:02
Show Gist options
  • Save josfaber/afa1a6164781265337feed9aa5c25e13 to your computer and use it in GitHub Desktop.
Save josfaber/afa1a6164781265337feed9aa5c25e13 to your computer and use it in GitHub Desktop.
Custom Wordpress docker image with headers enabled
FROM wordpress:php7.4-apache
RUN a2enmod rewrite && a2enmod headers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment