1
1
Fork 0

mastodon: upgrade container

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-01-17 08:47:25 -06:00
parent 5c73ad5760
commit af4b773f61
Signed by: Myned
GPG key ID: C7224454F7881A34
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ in {
mastodon.service = { mastodon.service = {
container_name = "mastodon"; container_name = "mastodon";
env_file = [config.age.secrets."${config.custom.profile}/mastodon/.env".path]; env_file = [config.age.secrets."${config.custom.profile}/mastodon/.env".path];
image = "lscr.io/linuxserver/mastodon:4.2.12"; image = "lscr.io/linuxserver/mastodon:4.3.3";
ports = ["3000:443"]; ports = ["3000:443"];
restart = "unless-stopped"; restart = "unless-stopped";
volumes = ["${config.custom.containers.directory}/mastodon/config:/config"]; volumes = ["${config.custom.containers.directory}/mastodon/config:/config"];

Binary file not shown.