swap test IP

This commit is contained in:
Ric Harvey
2017-01-03 16:11:33 +00:00
parent 9e412b4dfe
commit cc256a4b17

View File

@@ -6,9 +6,9 @@ services:
- docker - docker
install: install:
- docker build -t blog . - docker build -t php .
- docker run -d -p 127.0.0.1:80:80 --name blog blog - docker run -d -p 127.0.0.1:80:80 --name nginx-php-fpm php
script: script:
- docker ps | grep -q blog - docker ps | grep -q nginx-php-fpm
- curl 127.0.0.1 - curl 172.17.0.2