Use localhost to access docker for default test environment
This commit is contained in:
@ -36,5 +36,5 @@ production:
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
host: tcp://192.168.59.104:2376
|
||||
host: tcp://127.0.0.1:2376
|
||||
workspace_root: <%= File.join('/', 'shared', Rails.env) %>
|
||||
|
Reference in New Issue
Block a user