use jenkins network
gitea/salix/pipeline/head This commit is unstable Details

This commit is contained in:
Joan Sanchez 2022-10-05 10:06:11 +02:00
parent 98a2f79691
commit 13bfed6955
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ module.exports = class Docker {
log('Starting container...');
const container = await this.execP(`
docker run
--network jenkins_default
--network="jenkins_default"
--env RUN_CHOWN=${runChown}
-d ${dockerArgs} salix-db
`);