Posts with tag Docker

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

“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