docker-compose without volumes
This commit is contained in:
parent
0dbba4e159
commit
ebc7b5b95a
|
@ -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`,
|
||||
|
|
Loading…
Reference in New Issue