https://github.com/Securing-DevOps/invoicer-chapter3/blob/37da2ca09c0715a05c357ab6956cff43411e3be5/.circleci/config.yml#L48 Instead of using a magic IP address, consider using a docker network and named containers, like this: [ docker network create --driver bridge secdevops-net](https://github.com/psgivens/invoicer-chapter2/blob/ba59fc41600f636df43411c98b3c2246a8006117/.circleci/config.yml#L32)
invoicer-chapter3/.circleci/config.yml
Line 48 in 37da2ca
Instead of using a magic IP address, consider using a docker network and named containers, like this:
docker network create --driver bridge secdevops-net