docker-compose without volumes

This commit is contained in:
Joan Sanchez 2018-05-11 13:23:41 +02:00
parent 0dbba4e159
commit ebc7b5b95a
1 changed files with 0 additions and 1 deletions

View File

@ -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`,