Skip to content

Commit f850927

Browse files
authored
Merge pull request #2 from ibragim64/develop
Default docker endpoint edited wider compatibility
2 parents 6e05763 + 14145f8 commit f850927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DockerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class DockerClient
1818
private $options;
1919

2020
/** @var string */
21-
private $dockerApiEndpoint = 'http://localhost/v1.41';
21+
private $dockerApiEndpoint = 'http://localhost';
2222

2323
/** @var string */
2424
private $unixSocket = '/var/run/docker.sock';

0 commit comments

Comments
 (0)