I cannot reach external network from docker-compose containers. Consider the following docker-compose file: version: '2' services: nginx: image: nginx Using the simple docker run -it n...