forejo: upgrade container
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
bfb89347f2
commit
c885cdf844
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ in {
|
|||
container_name = "forgejo";
|
||||
depends_on = ["db"];
|
||||
env_file = [config.age.secrets."${config.custom.profile}/forgejo/.env".path];
|
||||
image = "codeberg.org/forgejo/forgejo:8";
|
||||
image = "codeberg.org/forgejo/forgejo:10";
|
||||
restart = "unless-stopped";
|
||||
volumes = ["${config.custom.containers.directory}/forgejo/data:/data"];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue