You've already forked ansible-role-common
Privileged flag fix
This commit is contained in:
@@ -2,7 +2,7 @@ local docker_service() =
|
|||||||
{
|
{
|
||||||
name: 'docker',
|
name: 'docker',
|
||||||
image: 'docker:dind',
|
image: 'docker:dind',
|
||||||
privileged: 'true',
|
privileged: true,
|
||||||
volumes: { name: 'dockersock', path: '/var/run' },
|
volumes: { name: 'dockersock', path: '/var/run' },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user