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
* { | |
font-size: 12pt; | |
font-family: monospace; | |
font-weight: normal; | |
font-style: normal; | |
text-decoration: none; | |
color: black; | |
cursor: default; | |
} |
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 -d --restart=always -v /var/run/docker.sock:/tmp/docker.sock:ro --name reverseproxy -p 80:80 jwilder/nginx-proxy | |
docker run -d --restart=always -v /var/run/docker.sock:/tmp/docker.sock:ro --name virtual_hosts -e VIRTUAL_HOST=dev.127.0.0.1.xip.io texthtml/docker-vhosts | |
# set VIRTUAL_HOST env var in others containers to make them discoverable |
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
#--------- | |
scheme:php:/var/log/apache/ | |
colorscheme:php | |
cs_re:white,red:PHP (Stack trace:|Fatal error:).* | |
mcsre_s:,,bold:PHP Fatal error: (.*) | |
cs_re:white,red:PHP [ 0-9]+\. | |
cs_re:white,yellow:PHP Warning: .* | |
mcsre_s:,,bold:PHP Warning: (.*) | |
cs_re:yellow:PHP Notice: .* | |
mcsre_s:,,bold:PHP Notice: (.*) |