mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29106 from overleaf/bg-fix-capdrop-in-docker-runner
fix capdrop in docker runner GitOrigin-RevId: 1e8c81723a9e152ec85a3a2776965891fbe07606
This commit is contained in:
@@ -487,7 +487,7 @@ describe('DockerRunner', function () {
|
||||
return expect(options.HostConfig).to.deep.include({
|
||||
Binds: ['/some/host/dir/compiles/directory:/compile:rw'],
|
||||
LogConfig: { Type: 'none', Config: {} },
|
||||
CapDrop: 'ALL',
|
||||
CapDrop: ['ALL'],
|
||||
SecurityOpt: ['no-new-privileges'],
|
||||
newProperty: 'new-property',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user