Skip to content

Instantly share code, notes, and snippets.

@bartczyz
Created October 9, 2019 16:47
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 bartczyz/a515c68ec6bcb3f277f7535f34fd5834 to your computer and use it in GitHub Desktop.
Save bartczyz/a515c68ec6bcb3f277f7535f34fd5834 to your computer and use it in GitHub Desktop.
When you break your Docker container by changing Apache config
docker cp [docker_container]:/etc/apache2/sites-enabled/apache2.conf .
docker cp apache.conf [docker_container]:/etc/apache2/sites-enabled/apache2.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment