Comparing version 2.4.0 to 2.4.1
@@ -348,3 +348,3 @@ 'use strict'; | ||
case 7: | ||
return _context11.abrupt('return', 5); | ||
return _context11.abrupt('return', Number(port)); | ||
@@ -351,0 +351,0 @@ case 8: |
@@ -107,3 +107,4 @@ 'use strict'; | ||
}), | ||
volumes: ['/var/run/docker.sock:/tmp/docker.sock:ro'] | ||
volumes: ['/var/run/docker.sock:/tmp/docker.sock:ro'], | ||
restart: 'always' | ||
} | ||
@@ -110,0 +111,0 @@ }, |
{ | ||
"name": "navy", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A tool for easy multi-service development powered by Docker Compose", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
187319
4557