Now dockers are started automatically on system boot or daemon restart
This commit is contained in:
parent
8f45888a6b
commit
c37dc6179e
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue