Skip to content

Commit 14145f8

Browse files
committed
Default docker endpoint edited wider compatibility
1 parent af971a4 commit 14145f8

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)