- CI Test Site http://cidocker.local
https://github.com/Zelfapp/ci-docker.git
sudo "127.0.0.1\tcidocker.local" >> /etc/hosts
From the repository root run the following command. Tested on ubuntu linux only.
This will dynamically pass in user/group id's and your machine's ip address required for permissions and debugging. (Change 192.168.1.12 to your actual ipv4 address.)
userid=$(id -u) groupid=$(id -g) ipaddr=192.168.1.12 docker-compose up --build