Skip to content

Instantly share code, notes, and snippets.

@bartczyz
bartczyz / script.sh
Created October 9, 2019 16:47
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