Use variable for docker group
This commit is contained in:
parent
4c6bc31476
commit
97d6838274
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=131'' # docker group
|
''--group-add=${config.ids.gids.docker}''
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue