From c37dc6179e29745daac6bfa072580da12eefa38b Mon Sep 17 00:00:00 2001 From: Juan Date: Sun, 26 Aug 2018 14:36:51 +0200 Subject: [PATCH] Now dockers are started automatically on system boot or daemon restart --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index bae18c0ca..659dee678 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -193,6 +193,7 @@ gulp.task('docker-compose', async () => { Object.assign(service, { container_name: `${namePrefix}${serviceName}`, image: `${serviceName}:${imageTag}`, + restart: 'unless-stopped', volumes: ['/config:/config'] }); service.build.labels = {