1
1
Fork 0

mastodon: upgrade to 4.3.6

This commit is contained in:
Myned 2025-03-29 20:46:25 -05:00
parent 5276ca1679
commit f10dc63365
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

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