diff --git a/gulpfile.js b/gulpfile.js index 34f598045..161680eb5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -169,7 +169,6 @@ gulp.task('docker-compose', async () => { 'salixPassword=${salixPassword}' ], container_name: `\${BRANCH_NAME}-${service.name}`, - volumes: ["/config:/app"], image: `${service.name}:\${TAG}`, build: { context: `./services`,