Pass docker group id as string for dockhand
This commit is contained in:
parent
11ed5a80d7
commit
f894c27799
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ in {
|
||||||
};
|
};
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
''--mount=type=volume,source=dockhand-data,target=/app/data,volume-driver=local''
|
''--mount=type=volume,source=dockhand-data,target=/app/data,volume-driver=local''
|
||||||
''--group-add=${config.ids.gids.docker}''
|
''--group-add=${toString config.ids.gids.docker}''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue