You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.
echo "127.0.0.1 todo.app" | sudo tee -a /etc/hosts
2. setup docker
# install docker if necessary
brew update
brew tap caskroom/cask
brew cask install docker
brew cleanup
# when docker is installed
docker-compose up --build --detach
3. relax
the php container waits on mariadb to be available (it might take a while).
use docker-compose logs -f to check on progress