Add a tag to the heimdall container

This correctly labels it in the system logs otherwise you only see the id
This commit is contained in:
Andreas Zweili 2023-03-03 17:33:06 +01:00
parent 7dca6a6326
commit ee838b2f2e

View File

@ -18,6 +18,7 @@
];
extraOptions = [
''--mount=type=volume,source=heimdall,target=/config,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:/server_data/heimdall,"volume-opt=o=addr=10.7.89.108,rw,nfsvers=4.0,nolock,hard,noatime"''
"--log-opt=tag='heimdall'"
];
};
};