Use localhost to access docker for default test environment

This commit is contained in:
Sebastian Serth
2018-02-20 12:56:01 +01:00
parent 0114edd468
commit 680ee3d6d6

View File

@ -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) %>