We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230de93 commit ca6c512Copy full SHA for ca6c512
.travis.yml
@@ -14,8 +14,9 @@ script:
14
- ansible-playbook main.yml
15
16
# Verify the container runs and returns the default welcome page.
17
- - docker run -d --name=php -p 80:80 php-apache:latest /usr/sbin/apache2ctl -D FOREGROUND
18
- - curl http://localhost/
+ - docker run -d --name=php -p 8080:80 php-apache:latest /usr/sbin/apache2ctl -D FOREGROUND
+ - docker ps
19
+ - curl http://localhost:8080/
20
21
# notifications:
22
# webhooks: https://galaxy.ansible.com/api/v1/notifications/
0 commit comments