Now dockers are started automatically on system boot or daemon restart

This commit is contained in:
Juan 2018-08-26 14:36:51 +02:00
parent 8f45888a6b
commit c37dc6179e
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {