Privileged flag fix

This commit is contained in:
2022-03-14 12:21:32 +13:00
parent 3b0e72a3c3
commit 93fd1531cb

View File

@@ -2,7 +2,7 @@ local docker_service() =
{
name: 'docker',
image: 'docker:dind',
privileged: 'true',
privileged: true,
volumes: { name: 'dockersock', path: '/var/run' },
};