Run docker container with Docker Compose.
❯ git clone https://github.com/ixnode/docker-recipes.git && \
cd docker-recipes/recipes/03-composer
❯ cp .env.dist .env
# start container
❯ cd build
❯ docker-compose up -d
Copy the docker-compose.yml and all its used configuration files directly from the repository and customize them to your needs:
Start the container and install the dependencies as in the previous chapter.