Schlagwort: docker

  • Docker is fun…. not..

    For using wordpress, I have created my own docker containers to make it easy to use wordpress with postgres and nginx. You can just clone it and start it with docker-compose up -d! Now, I tried to upgrade to a newer wordpress version. Suddenly, the page wasn’t available anymore. What happened? Connection refused. But… why?…