git init . git add . git commit -m "Initial commit." With the initial scaffolding out of the way, we can go ahead and get our actual site built. We start with bringing up our containers with Docker Compose. $ docker-compose ps Name Command State Ports ...
↧