Use io.containers.autoupdate=registry to auto update podman containers
This commit is contained in:
parent
9513f94df6
commit
897a0b389a
6 changed files with 5 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
|||
image = "jlongster/actual-server:latest";
|
||||
ports = [ "${config.ports.actual}:5006" ];
|
||||
volumes = [ "/data/actual:/data" ];
|
||||
extraOptions = [ "--pull=always" ];
|
||||
extraOptions = [ "--label=io.containers.autoupdate=registry" ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."actual.baduhai.me" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue