Skip to content

Commit b189266

Browse files
committed
Fix typo
1 parent 5c4abc7 commit b189266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
init: async (app, options) => {
2323
this._app = app
2424
this._docker = new Docker({
25-
socketPath: app.config.docker.options?.socket || '/var/run/docker.sock'
25+
socketPath: app.config.driver.options?.socket || '/var/run/docker.sock'
2626
})
2727
this._options = options
2828

0 commit comments

Comments
 (0)