feat(servers): setup podman autoupdate.
This commit is contained in:
parent
6cefec7b26
commit
49351504e4
7 changed files with 27 additions and 2 deletions
|
|
@ -5,6 +5,9 @@
|
|||
ports = [
|
||||
"8282:8282"
|
||||
];
|
||||
labels = {
|
||||
"io.containers.autoupdate" = "registry";
|
||||
};
|
||||
volumes = [
|
||||
"/var/lib/syncyomi:/config"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue