Tag: Docker Compose

  • Apache/PHP website in Docker with git integration

    Apache/PHP website in Docker with git integration

    This tutorial will show you how to set up an Apache/PHP website in docker using docker-compose. It will show you a script to simplify the update process so Apache and PHP versions are easily updatable (if desired). Furthermore, it will add git integration. This will make it possible to push updates to your website from…