mastodon: upgrade container
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
5c73ad5760
commit
af4b773f61
2 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Add table
Reference in a new issue