mastodon: upgrade to 4.3.6
This commit is contained in:
parent
5276ca1679
commit
f10dc63365
1 changed files with 1 additions and 1 deletions
|
@ -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"];
|
||||
|
|
Loading…
Add table
Reference in a new issue