Posts with tag Docker

Serve your build locally with nginx through docker

Sometimes you might want to debug problems or behavior of your produdction build locally. To do so, you have to somehow serve it. This post explains how!

Aron Schüler

Aron Schüler

PyCharm + Docker Compose: Couldn’t refresh skeletons for remote interpreter

A recent upgrade of docker-compose might cause a nasty error. In this post I explain what to do to restore your debugger and the big why.

Aron Schüler

Aron Schüler

“Too many redirects” when using WordPress as container

WordPress in Docker can cause quite some headache. Especially the reverse proxy, which we need to pass through traffic from host to container. I struggled with a "Too Many Redirects" error, which can come from some different sources.

Aron Schüler

Aron Schüler