Skip to content

Commit bc97115

Browse files
committed
Revert "Turn httpbin's port to 8080"
This reverts commit 0a0e7ec
1 parent 4fdedf4 commit bc97115

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

tests/include/config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
/** ============== HttpBin ============== */
5656
if (IS_IN_TRAVIS) {
5757
define('HTTPBIN_SERVER_HOST', 'httpbin');
58-
define('HTTPBIN_SERVER_PORT', 8080);
58+
define('HTTPBIN_SERVER_PORT', 80);
5959
define('HTTPBIN_LOCALLY', true);
6060
} elseif (!empty($info = `docker ps 2>&1 | grep httpbin 2>&1`) &&
6161
preg_match('/\s+?[^:]+:(\d+)->\d+\/tcp\s+/', $info, $matches) &&

travis/docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ services:
4040
httpbin:
4141
container_name: "httpbin"
4242
image: "kennethreitz/httpbin"
43-
ports:
44-
- "8080:80"

0 commit comments

Comments
 (0)